aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-27 23:26:37 +0000
committerChris Lattner <sabre@nondot.org>2008-01-27 23:26:37 +0000
commit65637187d7496de2dd725774c185b7e1cb5c00d2 (patch)
treec48ded5fc9e38caeda03876addbbeaa085514af7 /test/CodeGen/ARM
parentce602f570656732a08598f43d6e7e41c01c56823 (diff)
downloadexternal_llvm-65637187d7496de2dd725774c185b7e1cb5c00d2.zip
external_llvm-65637187d7496de2dd725774c185b7e1cb5c00d2.tar.gz
external_llvm-65637187d7496de2dd725774c185b7e1cb5c00d2.tar.bz2
Update this test. Due to dag combiner improvements, we now compile
f7/f11 to: _f7: eor r0, r0, #2, 2 @ -2147483648 bx lr _f11: bic r0, r0, #2, 2 @ -2147483648 bx lr instead of: _f7: fmsr s0, r0 fnegs s0, s0 fmrs r0, s0 bx lr _f11: fmsr s0, r0 fabss s0, s0 fmrs r0, s0 bx lr git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/fparith.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fparith.ll b/test/CodeGen/ARM/fparith.ll
index 0e503a6..6dfe860 100644
--- a/test/CodeGen/ARM/fparith.ll
+++ b/test/CodeGen/ARM/fparith.ll
@@ -3,7 +3,7 @@
; RUN: grep faddd %t
; RUN: grep fmuls %t
; RUN: grep fmuld %t
-; RUN: grep fnegs %t
+; RUN: grep eor %t
; RUN: grep fnegd %t
; RUN: grep fdivs %t
; RUN: grep fdivd %t