aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fabs.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-19 01:14:40 +0000
committerChris Lattner <sabre@nondot.org>2005-08-19 01:14:40 +0000
commit2b5d3cf6a0afb89bdcc75ff5945d43a899561dad (patch)
tree6d27e98c493c600882d4d91362d80bc9756b14a7 /test/CodeGen/X86/fabs.ll
parentfcd60a010b8da81b5b3528636fca78ebe4288c75 (diff)
downloadexternal_llvm-2b5d3cf6a0afb89bdcc75ff5945d43a899561dad.zip
external_llvm-2b5d3cf6a0afb89bdcc75ff5945d43a899561dad.tar.gz
external_llvm-2b5d3cf6a0afb89bdcc75ff5945d43a899561dad.tar.bz2
remove dead flags
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fabs.ll')
-rw-r--r--test/CodeGen/X86/fabs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fabs.ll b/test/CodeGen/X86/fabs.ll
index 3f16cae..b304cd4 100644
--- a/test/CodeGen/X86/fabs.ll
+++ b/test/CodeGen/X86/fabs.ll
@@ -1,5 +1,5 @@
; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
-; RUN: llvm-as < %s | llc -march=x86 -enable-pattern-isel=1 | grep 'fabs$' | wc -l | grep 2
+; RUN: llvm-as < %s | llc -march=x86 | grep 'fabs$' | wc -l | grep 2
declare float %fabsf(float)