diff options
Diffstat (limited to 'test/CodeGen/ARM/fast-isel-align.ll')
| -rw-r--r-- | test/CodeGen/ARM/fast-isel-align.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/fast-isel-align.ll b/test/CodeGen/ARM/fast-isel-align.ll index 71cd73a4a25d..9dab0abedb64 100644 --- a/test/CodeGen/ARM/fast-isel-align.ll +++ b/test/CodeGen/ARM/fast-isel-align.ll @@ -26,12 +26,12 @@ define void @unaligned_store(float %x, float %y) nounwind { entry: ; ARM: @unaligned_store -; ARM: vmov r1, s0 -; ARM: str r1, [r0] +; ARM: vmov [[REG:r[0-9]+]], s0 +; ARM: str [[REG]], [{{r[0-9]+}}] ; THUMB: @unaligned_store -; THUMB: vmov r1, s0 -; THUMB: str r1, [r0] +; THUMB: vmov [[REG:r[0-9]+]], s0 +; THUMB: str [[REG]], [{{r[0-9]+}}] %add = fadd float %x, %y %0 = load %struct.anon*, %struct.anon** @a, align 4 |
