diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/cast.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/cast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/cast.ll b/llvm/test/Transforms/InstCombine/cast.ll index 3bc79cef735..2a6ffddfecb 100644 --- a/llvm/test/Transforms/InstCombine/cast.ll +++ b/llvm/test/Transforms/InstCombine/cast.ll @@ -987,7 +987,7 @@ define double @test73(double *%p, i128 %i) { %lo = shl nsw i128 %i, 3 %o = trunc i128 %lo to i64 %q = bitcast double* %p to i8* - %pp = getelementptr inbounds i8, i8* %q, i64 %o + %pp = getelementptr i8, i8* %q, i64 %o %r = bitcast i8* %pp to double* %l = load double, double* %r ret double %l |

