mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 16:19:52 +00:00
Fix coding style violations. Remove white spaces and tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -181,7 +181,7 @@ getMachineOpValue(const MCInst &MI, const MCOperand &MO,
|
||||
} else if (MO.isFPImm()) {
|
||||
return static_cast<unsigned>(APFloat(MO.getFPImm())
|
||||
.bitcastToAPInt().getHiBits(32).getLimitedValue());
|
||||
}
|
||||
}
|
||||
|
||||
// MO must be an Expr.
|
||||
assert(MO.isExpr());
|
||||
@@ -195,7 +195,7 @@ getMachineOpValue(const MCInst &MI, const MCOperand &MO,
|
||||
}
|
||||
|
||||
assert (Kind == MCExpr::SymbolRef);
|
||||
|
||||
|
||||
Mips::Fixups FixupKind = Mips::Fixups(0);
|
||||
|
||||
switch(cast<MCSymbolRefExpr>(Expr)->getKind()) {
|
||||
|
||||
Reference in New Issue
Block a user