aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl-ssa/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl-ssa/functions.h')
-rw-r--r--gcc/rtl-ssa/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl-ssa/functions.h b/gcc/rtl-ssa/functions.h
index 25896fc..f64bd3f 100644
--- a/gcc/rtl-ssa/functions.h
+++ b/gcc/rtl-ssa/functions.h
@@ -100,7 +100,7 @@ public:
// Return a list of all definitions of register REGNO, in reverse postorder.
// This includes both real stores by instructions and artificial
// definitions by things like phi nodes.
- iterator_range<def_iterator> ref_defs (unsigned int regno) const;
+ iterator_range<def_iterator> reg_defs (unsigned int regno) const;
// Check if all uses of register REGNO are either unconditionally undefined
// or use the same single dominating definition. Return the definition