mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 13:41:47 +00:00
Clean up whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
55767f69c5
commit
3b32a23a90
@ -516,11 +516,13 @@ void Emitter::emitInstruction(const MachineInstr &MI,
|
|||||||
|
|
||||||
if (CurOp != NumOps) {
|
if (CurOp != NumOps) {
|
||||||
const MachineOperand &MO = MI.getOperand(CurOp++);
|
const MachineOperand &MO = MI.getOperand(CurOp++);
|
||||||
|
|
||||||
DOUT << "RawFrm CurOp " << CurOp << "\n";
|
DOUT << "RawFrm CurOp " << CurOp << "\n";
|
||||||
DOUT << "isMachineBasicBlock " << MO.isMachineBasicBlock() << "\n";
|
DOUT << "isMachineBasicBlock " << MO.isMachineBasicBlock() << "\n";
|
||||||
DOUT << "isGlobalAddress " << MO.isGlobalAddress() << "\n";
|
DOUT << "isGlobalAddress " << MO.isGlobalAddress() << "\n";
|
||||||
DOUT << "isExternalSymbol " << MO.isExternalSymbol() << "\n";
|
DOUT << "isExternalSymbol " << MO.isExternalSymbol() << "\n";
|
||||||
DOUT << "isImmediate " << MO.isImmediate() << "\n";
|
DOUT << "isImmediate " << MO.isImmediate() << "\n";
|
||||||
|
|
||||||
if (MO.isMachineBasicBlock()) {
|
if (MO.isMachineBasicBlock()) {
|
||||||
emitPCRelativeBlockAddress(MO.getMBB());
|
emitPCRelativeBlockAddress(MO.getMBB());
|
||||||
} else if (MO.isGlobalAddress()) {
|
} else if (MO.isGlobalAddress()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user