From b682448ebd8074dd63b40d41204fc69a417e0eac Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sun, 6 May 2007 20:14:21 +0000 Subject: [PATCH] Detabify git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36891 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 93384fe8337..cdaf191cf18 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -2628,7 +2628,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) { // MachineModuleInfo. std::vector TyInfo; for (unsigned i = 3, N = I.getNumOperands(); i < N; ++i) { - Constant *C = cast(I.getOperand(i)); + Constant *C = cast(I.getOperand(i)); GlobalVariable *GV = ExtractGlobalVariable(C); assert (GV || (isa(C) && cast(C)->isNullValue()) &&