summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fp.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-28 05:27:07 +0000
committerChris Lattner <sabre@nondot.org>2007-11-28 05:27:07 +0000
commite04dc1fa4d2fb4042a629d8ddeb4134947a56a40 (patch)
tree62e9f2731b9d300359d607b7047f89857c7cae8a /llvm/test/CodeGen/ARM/fp.ll
parent299f2fc6489adfd86ab627b2964a7a2ce3e30fd0 (diff)
downloadbcm5719-llvm-e04dc1fa4d2fb4042a629d8ddeb4134947a56a40.tar.gz
bcm5719-llvm-e04dc1fa4d2fb4042a629d8ddeb4134947a56a40.zip
update this test after the fmrrd fix
llvm-svn: 44393
Diffstat (limited to 'llvm/test/CodeGen/ARM/fp.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fp.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/fp.ll b/llvm/test/CodeGen/ARM/fp.ll
index 186d20a3331..ec4890ff820 100644
--- a/llvm/test/CodeGen/ARM/fp.ll
+++ b/llvm/test/CodeGen/ARM/fp.ll
@@ -3,13 +3,12 @@
; RUN: grep fsitos %t
; RUN: grep fmrs %t | count 2
; RUN: grep fsitod %t
-; RUN: grep fmrrd %t | count 5
-; RUN: grep fmdrr %t | count 2
+; RUN: grep fmrrd %t | count 3
+; RUN: not grep fmdrr %t
; RUN: grep fldd %t
; RUN: grep fuitod %t
; RUN: grep fuitos %t
; RUN: grep 1065353216 %t
-; XFAIL: *
float %f(int %a) {
entry:
OpenPOWER on IntegriCloud