diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-05-06 20:14:21 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-05-06 20:14:21 +0000 |
commit | a8fd7fdc25498d03cc674405f22509cbf9d07c3e (patch) | |
tree | 810d59e747c1bed48e2db0e9ddfed5a28b341912 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | c892cf466df9ae12a18f3f61b401d0dea58d5cab (diff) | |
download | bcm5719-llvm-a8fd7fdc25498d03cc674405f22509cbf9d07c3e.tar.gz bcm5719-llvm-a8fd7fdc25498d03cc674405f22509cbf9d07c3e.zip |
Detabify
llvm-svn: 36891
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 93384fe8337..cdaf191cf18 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -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()) && |