tweak test to check instructions rather than relying on the comment string
authorJim Grosbach <grosbach@apple.com>
Fri, 17 Sep 2010 20:21:03 +0000 (20:21 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 17 Sep 2010 20:21:03 +0000 (20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114200 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/fp.ll

index 8fbd45b97579000e140455c375593b3a9e5a0611..b6e9c3c22e75b54885c81937e64f9422bd2ba32a 100644 (file)
@@ -51,7 +51,7 @@ entry:
 
 define float @h2() {
 ;CHECK: h2:
-;CHECK: 1065353216
+;CHECK: mov r0, #254, 10
 entry:
         ret float 1.000000e+00
 }