diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/rem.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/rem.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/rem.ll b/llvm/test/Regression/CodeGen/X86/rem.ll index 905b1423939..209f831fc80 100644 --- a/llvm/test/Regression/CodeGen/X86/rem.ll +++ b/llvm/test/Regression/CodeGen/X86/rem.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86 && -; RUN: llvm-as < %s | llc -march=x86 | not grep div +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 && +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep div int %test1(int %X) { %tmp1 = rem int %X, 255 |

