Tab removal

llvm-svn: 54025
This commit is contained in:
Nate Begeman 2008-07-25 17:24:13 +00:00
parent 2483730e3f
commit 8a4afd921e
1 changed files with 1 additions and 1 deletions

View File

@ -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;