forked from OSchip/llvm-project
parent
80ca01c466
commit
510fdfd92e
|
@ -1049,7 +1049,7 @@ GetElementPtrInst::GetElementPtrInst(const GetElementPtrInst &GEPI)
|
|||
for (unsigned i = 0, E = NumOperands; i != E; ++i)
|
||||
OL[i] = GEPIOL[i];
|
||||
|
||||
// Transfor the hasNoPointerOverflow() value from the original GEPI.
|
||||
// Transfer the hasNoPointerOverflow() value from the original GEPI.
|
||||
setHasNoPointerOverflow(GEPI.hasNoPointerOverflow());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue