aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fpmem.ll
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-01-12 20:35:49 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-01-12 20:35:49 +0000
commita38bbf7dd3b824aab6c290aec9e03e5cfdd028f5 (patch)
tree68230fad1be0de4a3927d02e1c8726f25ec2c01f /test/CodeGen/ARM/fpmem.ll
parent609ca3e65307a955ee0eaea80ce0091e3c7967b7 (diff)
downloadexternal_llvm-a38bbf7dd3b824aab6c290aec9e03e5cfdd028f5.zip
external_llvm-a38bbf7dd3b824aab6c290aec9e03e5cfdd028f5.tar.gz
external_llvm-a38bbf7dd3b824aab6c290aec9e03e5cfdd028f5.tar.bz2
Build constants using instructions mov/orr or mvn/eor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fpmem.ll')
-rw-r--r--test/CodeGen/ARM/fpmem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fpmem.ll b/test/CodeGen/ARM/fpmem.ll
index 7704f2b..4f942e8 100644
--- a/test/CodeGen/ARM/fpmem.ll
+++ b/test/CodeGen/ARM/fpmem.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep flds | wc -l | grep 2 &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "mov r0, #0" | wc -l | grep 1 &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "flds.*\[" | wc -l | grep 1 &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "fsts.*\[" | wc -l | grep 1