whitespace cleanup

llvm-svn: 90834
This commit is contained in:
Chris Lattner 2009-12-08 05:31:46 +00:00
parent 9ad590125c
commit ff09559a8f
1 changed files with 1 additions and 1 deletions

View File

@ -1560,7 +1560,7 @@ Constant *ConstantExpr::getGetElementPtrTy(const Type *ReqTy, Constant *C,
Constant *ConstantExpr::getInBoundsGetElementPtrTy(const Type *ReqTy,
Constant *C,
Value* const *Idxs,
Value *const *Idxs,
unsigned NumIdx) {
assert(GetElementPtrInst::getIndexedType(C->getType(), Idxs,
Idxs+NumIdx) ==