From 652c3c36c562d4d4c7a900958f2aa5276a7e5bc8 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 18 Mar 2009 00:16:36 +0000 Subject: Temporary fix. I think Rafael wanted this to be Linux-only. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67137 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/20090313-signext.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/20090313-signext.ll') diff --git a/test/CodeGen/X86/20090313-signext.ll b/test/CodeGen/X86/20090313-signext.ll index d41b245486..6681682164 100644 --- a/test/CodeGen/X86/20090313-signext.ll +++ b/test/CodeGen/X86/20090313-signext.ll @@ -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 -- cgit v1.2.3