Merging r257730:
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index 863b7cd044fbcf905fe7e5d8c7be189dd3bd4424..304da4f87519c234b70566ff9a45cf8eeb66eb22 100644 (file)
@@ -2270,7 +2270,7 @@ public:
   }
 
   /// Return true if the MachineFunction contains a COPY which would imply
-  /// HasOpaqueSPAdjustment.
+  /// HasCopyImplyingStackAdjustment.
   virtual bool hasCopyImplyingStackAdjustment(MachineFunction *MF) const {
     return false;
   }