diff options
Diffstat (limited to 'test/CodeGen/Thumb/cortex-m0-unaligned-access.ll')
-rw-r--r-- | test/CodeGen/Thumb/cortex-m0-unaligned-access.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/cortex-m0-unaligned-access.ll b/test/CodeGen/Thumb/cortex-m0-unaligned-access.ll index c4403fe..cba1ca6 100644 --- a/test/CodeGen/Thumb/cortex-m0-unaligned-access.ll +++ b/test/CodeGen/Thumb/cortex-m0-unaligned-access.ll @@ -8,6 +8,6 @@ define i32 @split_load(i32* %p) nounwind { ; V7M-LABEL: split_load ; V7M-NOT: ldrh ; V7M: bx lr - %val = load i32* %p, align 2 + %val = load i32, i32* %p, align 2 ret i32 %val } |