summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-17 20:21:03 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-17 20:21:03 +0000
commitd4ef24344ad0466659860e9c57ac12c1e9c9bc35 (patch)
tree7c907c752f0863ece50b75391fcae46e36bfa9ce /test
parent48afc24274887ff95d1a5aaebf40058ff76f4be1 (diff)
downloadllvm-d4ef24344ad0466659860e9c57ac12c1e9c9bc35.tar.gz
llvm-d4ef24344ad0466659860e9c57ac12c1e9c9bc35.tar.bz2
llvm-d4ef24344ad0466659860e9c57ac12c1e9c9bc35.tar.xz
tweak test to check instructions rather than relying on the comment string
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fp.ll b/test/CodeGen/ARM/fp.ll
index 8fbd45b975..b6e9c3c22e 100644
--- a/test/CodeGen/ARM/fp.ll
+++ b/test/CodeGen/ARM/fp.ll
@@ -51,7 +51,7 @@ entry:
define float @h2() {
;CHECK: h2:
-;CHECK: 1065353216
+;CHECK: mov r0, #254, 10
entry:
ret float 1.000000e+00
}