mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15002 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a4cb68ea6
commit
c49c872a1a
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user