Fix comment
authorChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 13:28:39 +0000 (13:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 13:28:39 +0000 (13:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15002 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index 890a2930d25c6eda8818fe824e53f79c55e8f0ec..eac9d8a37ef384ba0d39ba1bc8754c23f278d071 100644 (file)
@@ -322,9 +322,8 @@ public:
 
   friend std::ostream& operator<<(std::ostream& os, const MachineOperand& mop);
 
-  /// markHi32, markLo32, etc. - These methods must be accessed via
-  /// corresponding methods in MachineInstr.  These methods are deprecated
-  /// and only used by the SPARC v9 back-end.
+  /// markHi32, markLo32, etc. - These methods are deprecated and only used by
+  /// the SPARC v9 back-end.
   ///
   void markHi32()      { flags |= HIFLAG32; }
   void markLo32()      { flags |= LOFLAG32; }