summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fp.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-05-07 21:50:07 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-05-07 21:50:07 +0000
commitef409e27806c1c939b25d0030ae23b976a182734 (patch)
tree999b30d13c6f413d10bbc15358894aeddc4117a8 /llvm/test/CodeGen/ARM/fp.ll
parent2d828d2e3cf1152ec6f192212aea7e7a711e6c8f (diff)
downloadbcm5719-llvm-ef409e27806c1c939b25d0030ae23b976a182734.tar.gz
bcm5719-llvm-ef409e27806c1c939b25d0030ae23b976a182734.zip
Fix tests.
llvm-svn: 36913
Diffstat (limited to 'llvm/test/CodeGen/ARM/fp.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fp.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fp.ll b/llvm/test/CodeGen/ARM/fp.ll
index 78b819e9e0e..4de9a06521c 100644
--- a/llvm/test/CodeGen/ARM/fp.ll
+++ b/llvm/test/CodeGen/ARM/fp.ll
@@ -1,12 +1,11 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+vfp2 > %t
; RUN: grep fmsr %t | wc -l | grep 4
; RUN: grep fsitos %t
-; RUN: grep fmrs %t
+; RUN: grep fmrs %t | wc -l | grep 2
; RUN: grep fsitod %t
; RUN: grep fmrrd %t | wc -l | grep 5
; RUN: grep fmdrr %t | wc -l | grep 2
; RUN: grep fldd %t
-; RUN: grep flds %t
; RUN: grep fuitod %t
; RUN: grep fuitos %t
; RUN: grep 1065353216 %t
OpenPOWER on IntegriCloud