mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
Minor formatting cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96808 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d97439d1e5
commit
95056e4808
@ -814,8 +814,7 @@ Constant *llvm::ConstantFoldInstOperands(unsigned Opcode, const Type *DestTy,
|
||||
Constant::getNullValue(CE->getType()),
|
||||
ConstantInt::get(ElTy->getContext(), ElemIdx)
|
||||
};
|
||||
return
|
||||
ConstantExpr::getGetElementPtr(GV, &Index[0], 2);
|
||||
return ConstantExpr::getGetElementPtr(GV, &Index[0], 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user