diff options
Diffstat (limited to 'test/CodeGen/X86/vec_ext_inreg.ll')
-rw-r--r-- | test/CodeGen/X86/vec_ext_inreg.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_ext_inreg.ll b/test/CodeGen/X86/vec_ext_inreg.ll index 8d2a3c31aedf..02b16a79f4a0 100644 --- a/test/CodeGen/X86/vec_ext_inreg.ll +++ b/test/CodeGen/X86/vec_ext_inreg.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s -march=x86-64 -; RUN: llc < %s -march=x86-64 -disable-mmx define <8 x i32> @a(<8 x i32> %a) nounwind { %b = trunc <8 x i32> %a to <8 x i16> |