Skip to content
Snippets Groups Projects
Commit 6345fbe8 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix comment

llvm-svn: 15002
parent 82e7fe5b
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment