mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-17 17:06:59 +00:00
whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90834 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e019be7d4b
commit
399ac530d6
@ -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) ==
|
||||
|
Loading…
Reference in New Issue
Block a user