From 3aad86fa3feaf6edca63aaba3a016fc2e9be0d96 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 18 Mar 2009 00:16:36 +0000 Subject: [PATCH] Temporary fix. I think Rafael wanted this to be Linux-only. llvm-svn: 67137 --- llvm/test/CodeGen/X86/20090313-signext.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/20090313-signext.ll b/llvm/test/CodeGen/X86/20090313-signext.ll index d41b2454863b..6681682164ce 100644 --- a/llvm/test/CodeGen/X86/20090313-signext.ll +++ b/llvm/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