mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
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
This commit is contained in:
parent
0fdf3b029b
commit
df03a28990
@ -257,11 +257,11 @@ entry:
|
|||||||
|
|
||||||
define i16 @unaligned_i16_load(i16* %x) nounwind {
|
define i16 @unaligned_i16_load(i16* %x) nounwind {
|
||||||
entry:
|
entry:
|
||||||
; ARM-STRICT-ALIGN: @unaligned_i16_store
|
; ARM-STRICT-ALIGN: @unaligned_i16_load
|
||||||
; ARM-STRICT-ALIGN: ldrb
|
; ARM-STRICT-ALIGN: ldrb
|
||||||
; 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
|
||||||
; THUMB-STRICT-ALIGN: ldrb
|
; THUMB-STRICT-ALIGN: ldrb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user