[llvm-uc] [PATCH 15/16] uc32: style

  • From: Jia Liu <proljc@xxxxxxxxx>
  • To: llvm-uc@xxxxxxxxxxxxx
  • Date: Sat, 5 Jan 2013 10:52:04 +0800

Signed-off-by: Jia Liu <proljc@xxxxxxxxx>
---
 lib/Target/UniCore/UniCoreMCInstLower.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Target/UniCore/UniCoreMCInstLower.cpp 
b/lib/Target/UniCore/UniCoreMCInstLower.cpp
index 9d7bff8..e0bfe53 100644
--- a/lib/Target/UniCore/UniCoreMCInstLower.cpp
+++ b/lib/Target/UniCore/UniCoreMCInstLower.cpp
@@ -24,6 +24,7 @@
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/ADT/SmallString.h"
+
 using namespace llvm;
 
 void UniCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
@@ -47,7 +48,7 @@ void UniCoreMCInstLower::Lower(const MachineInstr *MI, MCInst 
&OutMI) const {
       break;
     case MachineOperand::MO_MachineBasicBlock:
       MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
-                                     MO.getMBB()->getSymbol(), Ctx));
+                                   MO.getMBB()->getSymbol(), Ctx));
       break;
     case MachineOperand::MO_RegisterMask:
       continue;
-- 
1.7.10.2 (Apple Git-33)


Other related posts:

  • » [llvm-uc] [PATCH 15/16] uc32: style - Jia Liu