diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2017-12-28 17:00:37 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2017-12-28 17:00:37 +0000 |
| commit | 0af3be45603a35180e7e32fcb05de1e693779d6e (patch) | |
| tree | 94adfe0ae9c79c34dbf6573cebf4b4319a7eca22 /llvm/test/MC/ARM | |
| parent | 3a13ed60ba26194b8fce1f69d62c87835ca2dfb0 (diff) | |
| download | bcm5719-llvm-0af3be45603a35180e7e32fcb05de1e693779d6e.tar.gz bcm5719-llvm-0af3be45603a35180e7e32fcb05de1e693779d6e.zip | |
Fix tests after move to utohexstr.
llvm-svn: 321527
Diffstat (limited to 'llvm/test/MC/ARM')
| -rw-r--r-- | llvm/test/MC/ARM/branch-disassemble.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ARM/branch-disassemble.s b/llvm/test/MC/ARM/branch-disassemble.s index 4df40e05e8c..5380a1d0b9e 100644 --- a/llvm/test/MC/ARM/branch-disassemble.s +++ b/llvm/test/MC/ARM/branch-disassemble.s @@ -7,8 +7,8 @@ @ RUN: | FileCheck %s -check-prefix CHECK-THUMB b.w .Lbranch -@ CHECK-ARM: b #4 <$a.0+0xC> -@ CHECK-THUMB: b.w #8 <$t.0+0xC> +@ CHECK-ARM: b #4 <$a.0+0xc> +@ CHECK-THUMB: b.w #8 <$t.0+0xc> adds r0, r1, #42 adds r1, r2, #42 .Lbranch: |

