diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-11-16 22:46:27 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-11-16 22:46:27 +0000 |
commit | 47a906ac2376bd6288270f2f6d4e06b5a988bd14 (patch) | |
tree | 4dd0f68bf4b1851d92295949fe9805c6b0decb79 /test | |
parent | 620db8947a10ad1b7d2e2a814aba3633621ce575 (diff) | |
download | external_llvm-47a906ac2376bd6288270f2f6d4e06b5a988bd14.zip external_llvm-47a906ac2376bd6288270f2f6d4e06b5a988bd14.tar.gz external_llvm-47a906ac2376bd6288270f2f6d4e06b5a988bd14.tar.bz2 |
Update test for r144842.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/ARM/nop-armv6t2-padding.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/nop-armv6t2-padding.s b/test/MC/ARM/nop-armv6t2-padding.s index 0e25718..c38ad2d 100644 --- a/test/MC/ARM/nop-armv6t2-padding.s +++ b/test/MC/ARM/nop-armv6t2-padding.s @@ -7,4 +7,4 @@ x: .align 4 add r0, r1, r2 -@ CHECK: ('_section_data', '020081e0 007820e3 007820e3 007820e3 020081e0') +@ CHECK: ('_section_data', '020081e0 00f020e3 00f020e3 00f020e3 020081e0') |