diff options
Diffstat (limited to 'include/llvm/CodeGen/PseudoSourceValue.h')
-rw-r--r-- | include/llvm/CodeGen/PseudoSourceValue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h index 6d7fb1f..95ae1d4 100644 --- a/include/llvm/CodeGen/PseudoSourceValue.h +++ b/include/llvm/CodeGen/PseudoSourceValue.h @@ -35,9 +35,9 @@ namespace llvm { return V->getValueID() == PseudoSourceValueVal; } - /// A pseudo source value referencing to the stack frame of a function, + /// A pseudo source value referencing a fixed stack frame entry, /// e.g., a spill slot. - static const PseudoSourceValue *getFixedStack(); + static const PseudoSourceValue *getFixedStack(int FI); /// A source value referencing the area below the stack frame of a function, /// e.g., the argument space. |