whitespace cleanup
authorChris Lattner <sabre@nondot.org>
Tue, 8 Dec 2009 05:31:46 +0000 (05:31 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Dec 2009 05:31:46 +0000 (05:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90834 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Constants.cpp

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