don't forget to use the right code generator :)
authorChris Lattner <sabre@nondot.org>
Sat, 2 Apr 2005 05:40:03 +0000 (05:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 2 Apr 2005 05:40:03 +0000 (05:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21017 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fabs.ll

index 4eca71621452e36663a5b22b5c853166f0a2cb27..216cf8f37a49d7ec1dfbcadb32c9e7f3ecd7d9d9 100644 (file)
@@ -1,5 +1,5 @@
 ; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
-; RUN: llvm-as < %s | llc -disable-pattern-isel=0 | grep 'fabs$'
+; RUN: llvm-as < %s | llc -march=x86 -disable-pattern-isel=0 | grep 'fabs$'
 
 declare float %fabsf(float)