mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Don't print bundle flags.
The bundle flags are used by MachineBasicBlock::print(), they don't need to clutter up individual MachineInstrs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171986 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25377c8c6d
commit
ebed123c5c
@ -1585,7 +1585,8 @@ void MachineInstr::print(raw_ostream &OS, const TargetMachine *TM) const {
|
||||
}
|
||||
|
||||
bool HaveSemi = false;
|
||||
if (Flags) {
|
||||
const unsigned PrintableFlags = FrameSetup;
|
||||
if (Flags & PrintableFlags) {
|
||||
if (!HaveSemi) OS << ";"; HaveSemi = true;
|
||||
OS << " flags: ";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user