summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-08 05:31:46 +0000
committerChris Lattner <sabre@nondot.org>2009-12-08 05:31:46 +0000
commitff09559a8f7eb5ad8a6c77a348b24fdad6d0b9bf (patch)
treec434b1594cb652895efec6b27a8d95d60ada0f63
parent9ad590125ca43f35a807ed07d1df919a7c9149c8 (diff)
downloadbcm5719-llvm-ff09559a8f7eb5ad8a6c77a348b24fdad6d0b9bf.tar.gz
bcm5719-llvm-ff09559a8f7eb5ad8a6c77a348b24fdad6d0b9bf.zip
whitespace cleanup
llvm-svn: 90834
-rw-r--r--llvm/lib/VMCore/Constants.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Constants.cpp b/llvm/lib/VMCore/Constants.cpp
index c62255813bb..a62f75b1c80 100644
--- a/llvm/lib/VMCore/Constants.cpp
+++ b/llvm/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) ==
OpenPOWER on IntegriCloud