From: Nate Begeman Date: Fri, 25 Jul 2008 17:24:13 +0000 (+0000) Subject: Tab removal X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b4ab9d69dab3ca491a2b5aefacb89611641f5f03;p=oota-llvm.git Tab removal git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54025 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Instructions.cpp b/lib/VMCore/Instructions.cpp index 3906c521c27..098560a549a 100644 --- a/lib/VMCore/Instructions.cpp +++ b/lib/VMCore/Instructions.cpp @@ -972,7 +972,7 @@ static unsigned retrieveAddrSpace(const Value *Val) { } void GetElementPtrInst::init(Value *Ptr, Value* const *Idx, unsigned NumIdx, - const std::string &Name) { + const std::string &Name) { assert(NumOperands == 1+NumIdx && "NumOperands not initialized?"); Use *OL = OperandList; OL[0] = Ptr;