diff options
Diffstat (limited to 'test/CodeGen/X86/2009-06-05-sitofpCrash.ll')
-rw-r--r-- | test/CodeGen/X86/2009-06-05-sitofpCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-06-05-sitofpCrash.ll b/test/CodeGen/X86/2009-06-05-sitofpCrash.ll index e361804d61ba..bc19edd23da8 100644 --- a/test/CodeGen/X86/2009-06-05-sitofpCrash.ll +++ b/test/CodeGen/X86/2009-06-05-sitofpCrash.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mattr=+sse +; RUN: llc < %s -mtriple=i686-- -mattr=+sse ; PR2598 define <2 x float> @a(<2 x i32> %i) nounwind { |