mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Fix a typo that Duncan spotted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca178908c8
commit
ff141c2062
@ -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
Block a user