diff options
| author | Jim Grosbach <grosbach@apple.com> | 2009-10-31 22:14:17 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2009-10-31 22:14:17 +0000 |
| commit | 69f364babc300d14f3db655828b81144b553c8d5 (patch) | |
| tree | 4c4881b56317a861f517cf25eb56545d20815e74 /llvm/test/CodeGen | |
| parent | 259c37cc55816e129b67c34d2820ba360364a96b (diff) | |
| download | bcm5719-llvm-69f364babc300d14f3db655828b81144b553c8d5.tar.gz bcm5719-llvm-69f364babc300d14f3db655828b81144b553c8d5.zip | |
Make tests more explicit about which instructions are expected.
llvm-svn: 85694
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-mov2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mov2.ll b/llvm/test/CodeGen/Thumb2/thumb2-mov2.ll index 3d58e44fd74..a47c2a980df 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-mov2.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-mov2.ll @@ -55,10 +55,10 @@ define i32 @t2MOVTi16_test_3(i32 %a) { define i32 @t2MOVTi16_test_nomatch_1(i32 %a) { ; CHECK: t2MOVTi16_test_nomatch_1: -; CHECK: #8388608 +; CHECK: orr r0, r0, #8388608 ; CHECK: movw r1, #65535 ; CHECK-NEXT: movt r1, #154 -; CHECK: #1720320 +; CHECK: orr r0, r0, #1720320 %1 = shl i32 255, 8 %2 = shl i32 1234, 8 %3 = or i32 %1, 255 ; This gives us 0xFFFF in %3 |

