Temporary fix. I think Rafael wanted this to be Linux-only.
authorBill Wendling <isanbard@gmail.com>
Wed, 18 Mar 2009 00:16:36 +0000 (00:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 18 Mar 2009 00:16:36 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67137 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/20090313-signext.ll

index d41b2454863bd6049edd96fba2c07cd38f95fb19..6681682164ced5395336756b23904c95650faffa 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 > %t
+; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=*-*-linux > %t
 ; RUN: grep {movswl    %ax, %edi} %t
 ; RUN: grep {movw      x(%rip), %ax} %t