mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-04 02:40:42 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125787 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
742c0dd8fd
commit
1521e91fc4
@ -209,7 +209,7 @@ Instruction *InstCombiner::FoldPHIArgGEPIntoPHI(PHINode &PN) {
|
||||
GetElementPtrInst *NewGEP =
|
||||
GetElementPtrInst::Create(Base, FixedOperands.begin()+1,
|
||||
FixedOperands.end());
|
||||
if (AllInBounds) NewGEP->setIsInbounds();
|
||||
if (AllInBounds) NewGEP->setIsInBounds();
|
||||
return NewGEP;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user