Remove redundant TargetFrameLowering::getFrameIndexOffset virtual
[oota-llvm.git] / include / llvm / CodeGen / MachineFrameInfo.h
index 943ea5d6728ed2a5c2b6d72ad8d4525d8d6b6bde..43d2feb4e48a7ebf68d524a742f3dac8cfe898dc 100644 (file)
@@ -168,7 +168,7 @@ class MachineFrameInfo {
   /// SP then OffsetAdjustment is zero; if FP is used, OffsetAdjustment is set
   /// to the distance between the initial SP and the value in FP.  For many
   /// targets, this value is only used when generating debug info (via
-  /// TargetRegisterInfo::getFrameIndexOffset); when generating code, the
+  /// TargetRegisterInfo::getFrameIndexReference); when generating code, the
   /// corresponding adjustments are performed directly.
   int OffsetAdjustment;