Make the Node member of SUnit private, and add accessors.
[oota-llvm.git] / include / llvm / Instruction.h
index cec9144e35d1f7bb4c014d641aa0c17fff8a0a89..f56b96fe5e9921bdf23a68d0332218f27154cb36 100644 (file)
@@ -171,7 +171,7 @@ public:
   bool isCommutative() const { return isCommutative(getOpcode()); }
   static bool isCommutative(unsigned op);
 
-  /// isTrappingInstruction - Return true if the instruction may trap.
+  /// isTrapping - Return true if the instruction may trap.
   ///
   bool isTrapping() const {
     return isTrapping(getOpcode());