summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog-2011
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-05 15:01:48 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-05 15:01:48 +0000
commitf37425024a33cf8b4e5cecd003b4d2174a83d578 (patch)
tree9530f6ec9b7f43562d1798fd7055f891cbc31ae1 /gcc/ChangeLog-2011
parent821ac7015ac8c65620c572620dd6d2259f92d748 (diff)
downloadgcc-f37425024a33cf8b4e5cecd003b4d2174a83d578.tar.gz
Fix ChangeLog record for 171649:
* ira-conflicts.c: Remove mentioning cover classes from the file. Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Use - ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST. Fix formatting. + ALLOCNO_CLASS_COST instead of ALLOCNO_COVER_CLASS_COST. Fix formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184935 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog-2011')
-rw-r--r--gcc/ChangeLog-20112
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog-2011 b/gcc/ChangeLog-2011
index 534ba130f83..ce92ab2febb 100644
--- a/gcc/ChangeLog-2011
+++ b/gcc/ChangeLog-2011
@@ -32664,7 +32664,7 @@
* ira-conflicts.c: Remove mentioning cover classes from the file.
Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Use
- ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST. Fix formatting.
+ ALLOCNO_CLASS_COST instead of ALLOCNO_COVER_CLASS_COST. Fix formatting.
* targhooks.c (default_ira_cover_classes): Remove.