summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMCInstLower.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-13 18:25:42 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-13 18:25:42 +0000
commit7aeff13caeb86324e23e10f29d50e65b0f815a65 (patch)
tree370b89b23f7d2d98bd1b9c5b5446a9eea7310e75 /llvm/lib/Target/ARM/ARMMCInstLower.h
parent5f878349eef6f403f7747f045b94896f92e28123 (diff)
downloadbcm5719-llvm-7aeff13caeb86324e23e10f29d50e65b0f815a65.tar.gz
bcm5719-llvm-7aeff13caeb86324e23e10f29d50e65b0f815a65.zip
trailing whitespace
llvm-svn: 113768
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMCInstLower.h')
-rw-r--r--llvm/lib/Target/ARM/ARMMCInstLower.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCInstLower.h b/llvm/lib/Target/ARM/ARMMCInstLower.h
index b81a30690ce..f6a8129e142 100644
--- a/llvm/lib/Target/ARM/ARMMCInstLower.h
+++ b/llvm/lib/Target/ARM/ARMMCInstLower.h
@@ -24,7 +24,7 @@ namespace llvm {
class MachineOperand;
class Mangler;
//class ARMSubtarget;
-
+
/// ARMMCInstLower - This class is used to lower an MachineInstr into an MCInst.
class LLVM_LIBRARY_VISIBILITY ARMMCInstLower {
MCContext &Ctx;
@@ -35,7 +35,7 @@ class LLVM_LIBRARY_VISIBILITY ARMMCInstLower {
public:
ARMMCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer)
: Ctx(ctx), Mang(mang), Printer(printer) {}
-
+
void Lower(const MachineInstr *MI, MCInst &OutMI) const;
//MCSymbol *GetPICBaseSymbol() const;
@@ -44,7 +44,7 @@ public:
MCSymbol *GetJumpTableSymbol(const MachineOperand &MO) const;
MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
-
+
/*
private:
MachineModuleInfoMachO &getMachOMMI() const;
OpenPOWER on IntegriCloud