diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-04-05 18:41:40 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-05 18:41:40 +0000 |
commit | 293875ef55172ab6c06c2afdc3c5adf8990dfa7d (patch) | |
tree | 3d2e543e41cc88f62a7329e9b13ae91dba5b87bc /llvm/test/CodeGen/ARM/fp.ll | |
parent | b826ae83101347b9ffc6a80736ea66b62ce42931 (diff) | |
download | bcm5719-llvm-293875ef55172ab6c06c2afdc3c5adf8990dfa7d.tar.gz bcm5719-llvm-293875ef55172ab6c06c2afdc3c5adf8990dfa7d.zip |
Fix test-llvm failures.
llvm-svn: 128906
Diffstat (limited to 'llvm/test/CodeGen/ARM/fp.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fp.ll b/llvm/test/CodeGen/ARM/fp.ll index b6e9c3c22e7..8ef45f2bbc9 100644 --- a/llvm/test/CodeGen/ARM/fp.ll +++ b/llvm/test/CodeGen/ARM/fp.ll @@ -51,7 +51,7 @@ entry: define float @h2() { ;CHECK: h2: -;CHECK: mov r0, #254, 10 +;CHECK: mov r0, #254, #10 entry: ret float 1.000000e+00 } |