diff options
Diffstat (limited to 'test/CodeGen/ARM/unaligned_load_store.ll')
| -rw-r--r-- | test/CodeGen/ARM/unaligned_load_store.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/unaligned_load_store.ll b/test/CodeGen/ARM/unaligned_load_store.ll index 0be3917ffa26..4e16bda6c4d9 100644 --- a/test/CodeGen/ARM/unaligned_load_store.ll +++ b/test/CodeGen/ARM/unaligned_load_store.ll @@ -1,7 +1,7 @@ -; RUN: llc -mtriple=arm-eabi -pre-RA-sched=source %s -o - \ +; RUN: llc -mtriple=arm-eabi -pre-RA-sched=source -mattr=+strict-align %s -o - \ ; RUN: | FileCheck %s -check-prefix=EXPANDED -; RUN: llc -mtriple=armv6-apple-darwin -mcpu=cortex-a8 -mattr=-neon -arm-strict-align -pre-RA-sched=source %s -o - \ +; RUN: llc -mtriple=armv6-apple-darwin -mcpu=cortex-a8 -mattr=-neon,+strict-align -pre-RA-sched=source %s -o - \ ; RUN: | FileCheck %s -check-prefix=EXPANDED ; RUN: llc -mtriple=armv6-apple-darwin -mcpu=cortex-a8 %s -o - \ |
