diff options
author | Jia Liu <proljc@gmail.com> | 2012-02-28 07:46:26 +0000 |
---|---|---|
committer | Jia Liu <proljc@gmail.com> | 2012-02-28 07:46:26 +0000 |
commit | f54f60f3cee6d07fb1bc41321e3d54a7e3011773 (patch) | |
tree | d4fb534ffe1ba91da9c91fa4f9b0c5e1af023770 /llvm/lib/Target/Mips/MipsMCInstLower.h | |
parent | 87c7b09d8d7e7f04b720d298a7194c4473a8c524 (diff) | |
download | bcm5719-llvm-f54f60f3cee6d07fb1bc41321e3d54a7e3011773.tar.gz bcm5719-llvm-f54f60f3cee6d07fb1bc41321e3d54a7e3011773.zip |
remove blanks, and some code format
llvm-svn: 151625
Diffstat (limited to 'llvm/lib/Target/Mips/MipsMCInstLower.h')
-rw-r--r-- | llvm/lib/Target/Mips/MipsMCInstLower.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsMCInstLower.h b/llvm/lib/Target/Mips/MipsMCInstLower.h index 4e3339c313d..cbd5264a141 100644 --- a/llvm/lib/Target/Mips/MipsMCInstLower.h +++ b/llvm/lib/Target/Mips/MipsMCInstLower.h @@ -23,7 +23,7 @@ namespace llvm { class MachineFunction; class Mangler; class MipsAsmPrinter; - + /// MipsMCInstLower - This class is used to lower an MachineInstr into an // MCInst. class LLVM_LIBRARY_VISIBILITY MipsMCInstLower { @@ -33,10 +33,10 @@ class LLVM_LIBRARY_VISIBILITY MipsMCInstLower { MipsAsmPrinter &AsmPrinter; public: MipsMCInstLower(Mangler *mang, const MachineFunction &MF, - MipsAsmPrinter &asmprinter); + MipsAsmPrinter &asmprinter); void Lower(const MachineInstr *MI, MCInst &OutMI) const; void LowerCPLOAD(const MachineInstr *MI, SmallVector<MCInst, 4>& MCInsts); - void LowerCPRESTORE(const MachineInstr *MI, SmallVector<MCInst, 4>& MCInsts); + void LowerCPRESTORE(const MachineInstr *MI, SmallVector<MCInst, 4>& MCInsts); void LowerUnalignedLoadStore(const MachineInstr *MI, SmallVector<MCInst, 4>& MCInsts); void LowerSETGP01(const MachineInstr *MI, SmallVector<MCInst, 4>& MCInsts); |