commit | b682448ebd8074dd63b40d41204fc69a417e0eac | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 06 20:14:21 2007 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 06 20:14:21 2007 +0000 |
tree | 23f7118aadd15b6bb91e6f266b63bdfce4d11fb2 | |
parent | f13090c436a7e08bebdd400cd33ede551f6c008a [diff] [blame] |
Detabify git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36891 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 93384fe..cdaf191 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -2628,7 +2628,7 @@ // 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()) &&