diff options
Diffstat (limited to 'test/CodeGen/X86/rem_crash.ll')
-rw-r--r-- | test/CodeGen/X86/rem_crash.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/rem_crash.ll b/test/CodeGen/X86/rem_crash.ll index 8363b22ab65fe..a5529a769a0bb 100644 --- a/test/CodeGen/X86/rem_crash.ll +++ b/test/CodeGen/X86/rem_crash.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s +; RUN: llc < %s -march=x86 +; RUN: llc < %s -march=x86-64 define i8 @test_minsize_uu8(i8 %x) minsize optsize { entry: |