diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-08 05:31:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-08 05:31:46 +0000 |
commit | 399ac530d68a06b87bd9cf382034a38f1aba743e (patch) | |
tree | 54eb9ea5012ddc7da63fc838bf59345cd9f8dbfd | |
parent | e019be7d4b53045a0435601770d02a3dff6619a5 (diff) |
whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90834 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/Constants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index c62255813b..a62f75b1c8 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -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) == |