summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-19 13:28:39 +0000
committerChris Lattner <sabre@nondot.org>2004-07-19 13:28:39 +0000
commit6345fbe820e8c3dbadfa37f220e86910263e871e (patch)
treee8e687c1ee7f1ee061156f6d9cde047a5c9dff28
parent82e7fe5b5b510b563f992bc402111813b0dd10a8 (diff)
downloadbcm5719-llvm-6345fbe820e8c3dbadfa37f220e86910263e871e.tar.gz
bcm5719-llvm-6345fbe820e8c3dbadfa37f220e86910263e871e.zip
Fix comment
llvm-svn: 15002
-rw-r--r--llvm/include/llvm/CodeGen/MachineInstr.h5
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; }
OpenPOWER on IntegriCloud