1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

tweak test to check instructions rather than relying on the comment string

llvm-svn: 114200
This commit is contained in:
Jim Grosbach 2010-09-17 20:21:03 +00:00
parent 5ca55bd98b
commit fd21b4bb15

View File

@ -51,7 +51,7 @@ entry:
define float @h2() {
;CHECK: h2:
;CHECK: 1065353216
;CHECK: mov r0, #254, 10
entry:
ret float 1.000000e+00
}