diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-19 13:28:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-19 13:28:39 +0000 |
commit | c49c872a1ac4ccd13ebabd161597aef6de909077 (patch) | |
tree | a093134342ee34960aac1a5cc738b2e7742df068 /include/llvm/CodeGen/MachineInstr.h | |
parent | 2a4cb68ea68a6544c43ad8c461b0e93386496080 (diff) |
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 890a2930d2..eac9d8a37e 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -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; } |