commit | d05a824e1a422b5e7c9101e31f7252078929897e | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Tue Apr 05 18:41:40 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Tue Apr 05 18:41:40 2011 +0000 |
tree | 7733c39f4f51c0c5f9cd7611394df16f939366c4 | |
parent | a41af7aeef953870da1cfeb59f7f3a34789dc8a5 [diff] [blame] |
Fix test-llvm failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128906 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/fp.ll b/test/CodeGen/ARM/fp.ll index b6e9c3c..8ef45f2 100644 --- a/test/CodeGen/ARM/fp.ll +++ b/test/CodeGen/ARM/fp.ll
@@ -51,7 +51,7 @@ define float @h2() { ;CHECK: h2: -;CHECK: mov r0, #254, 10 +;CHECK: mov r0, #254, #10 entry: ret float 1.000000e+00 }