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 | 6345fbe820e8c3dbadfa37f220e86910263e871e (patch) | |
| tree | e8e687c1ee7f1ee061156f6d9cde047a5c9dff28 | |
| parent | 82e7fe5b5b510b563f992bc402111813b0dd10a8 (diff) | |
| download | bcm5719-llvm-6345fbe820e8c3dbadfa37f220e86910263e871e.tar.gz bcm5719-llvm-6345fbe820e8c3dbadfa37f220e86910263e871e.zip | |
Fix comment
llvm-svn: 15002
| -rw-r--r-- | llvm/include/llvm/CodeGen/MachineInstr.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h index 890a2930d25..eac9d8a37ef 100644 --- a/llvm/include/llvm/CodeGen/MachineInstr.h +++ b/llvm/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; } |

