diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-21 01:15:05 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-21 01:15:05 +0000 |
commit | df03a28990827e4b8d742637e3e454fdac947b81 (patch) | |
tree | 07fd122ae7039f84c2a537b76b061f8497d9b9ab /test | |
parent | 0fdf3b029b35f495d7261fe78737e434edc84758 (diff) | |
download | external_llvm-df03a28990827e4b8d742637e3e454fdac947b81.zip external_llvm-df03a28990827e4b8d742637e3e454fdac947b81.tar.gz external_llvm-df03a28990827e4b8d742637e3e454fdac947b81.tar.bz2 |
llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_store/@unaligned_i16_load/g.
I guess this had apparently passed in +Asserts possibly due to verborsity.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/ARM/fast-isel.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll index f13bc95..50fe9d5 100644 --- a/test/CodeGen/ARM/fast-isel.ll +++ b/test/CodeGen/ARM/fast-isel.ll @@ -257,11 +257,11 @@ entry: define i16 @unaligned_i16_load(i16* %x) nounwind { entry: -; ARM-STRICT-ALIGN: @unaligned_i16_store +; ARM-STRICT-ALIGN: @unaligned_i16_load ; ARM-STRICT-ALIGN: ldrb ; ARM-STRICT-ALIGN: ldrb -; THUMB-STRICT-ALIGN: @unaligned_i16_store +; THUMB-STRICT-ALIGN: @unaligned_i16_load ; THUMB-STRICT-ALIGN: ldrb ; THUMB-STRICT-ALIGN: ldrb |