Detabify
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 6 May 2007 20:14:21 +0000 (20:14 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 6 May 2007 20:14:21 +0000 (20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36891 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 93384fe83376ce5edded2f700d49650f1c39cf32..cdaf191cf18b4806ed1ccb2299fa8ad5b67f748f 100644 (file)
@@ -2628,7 +2628,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
       // MachineModuleInfo.
       std::vector<GlobalVariable *> TyInfo;
       for (unsigned i = 3, N = I.getNumOperands(); i < N; ++i) {
-       Constant *C = cast<Constant>(I.getOperand(i));
+        Constant *C = cast<Constant>(I.getOperand(i));
         GlobalVariable *GV = ExtractGlobalVariable(C);
         assert (GV || (isa<ConstantInt>(C) &&
                        cast<ConstantInt>(C)->isNullValue()) &&