summaryrefslogtreecommitdiff
path: root/gcc/reg-notes.def
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-06 12:35:10 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-06 12:35:10 +0000
commit3636b47c906ba2591b7a46e36b386c203ac9b4cb (patch)
tree219503deeaf06a033886736204dbf15377da7235 /gcc/reg-notes.def
parentb399fb797ec3e59e97cf2bee2d2d575a9936314d (diff)
downloadgcc-3636b47c906ba2591b7a46e36b386c203ac9b4cb.tar.gz
* doc/invoke.texi: Remove reference to compiler internals from
user documentation. * reg-notes.def: Remove REG_VALUE_PROFILE. * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r--gcc/reg-notes.def5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def
index f82e7b741a0..329cd6799d5 100644
--- a/gcc/reg-notes.def
+++ b/gcc/reg-notes.def
@@ -99,11 +99,6 @@ REG_NOTE (DEP_ANTI)
won't return. */
REG_NOTE (BR_PROB)
-/* REG_VALUE_PROFILE is attached when the profile is read in to an
- insn before that the code to profile the value is inserted. It
- contains the results of profiling. */
-REG_NOTE (VALUE_PROFILE)
-
/* Attached to a call insn; indicates that the call is malloc-like and
that the pointer returned cannot alias anything else. */
REG_NOTE (NOALIAS)