diff options
Diffstat (limited to 'test/CodeGen/X86/fast-isel-gep-sext.ll')
-rw-r--r-- | test/CodeGen/X86/fast-isel-gep-sext.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fast-isel-gep-sext.ll b/test/CodeGen/X86/fast-isel-gep-sext.ll index ec420ff026..4e988f5e5a 100644 --- a/test/CodeGen/X86/fast-isel-gep-sext.ll +++ b/test/CodeGen/X86/fast-isel-gep-sext.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86-64 -fast | grep movslq -; RUN: llvm-as < %s | llc -march=x86 -fast +; RUN: llvm-as < %s | llc -march=x86-64 -O0 | grep movslq +; RUN: llvm-as < %s | llc -march=x86 -O0 ; PR3181 ; GEP indices are interpreted as signed integers, so they |