diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-09-21 00:47:08 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-09-21 00:47:08 +0000 |
commit | 3ca380d8d772b33f3fdb830c41838826a19da3db (patch) | |
tree | b95fb9b770f96dc93422cd8876b0863d3a18709b | |
parent | ba6aec2cf31869ba959df00ce9e70efeafc2efab (diff) |
Testcase does not need to be this strict.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164347 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/fast-isel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll index 397f006314..f13bc952fb 100644 --- a/test/CodeGen/ARM/fast-isel.ll +++ b/test/CodeGen/ARM/fast-isel.ll @@ -245,7 +245,7 @@ define void @unaligned_i16_store(i16 %x, i16* %y) nounwind { entry: ; ARM-STRICT-ALIGN: @unaligned_i16_store ; ARM-STRICT-ALIGN: strb -; ARM-STRICT-ALIGN-NEXT: strb +; ARM-STRICT-ALIGN: strb ; THUMB-STRICT-ALIGN: @unaligned_i16_store ; THUMB-STRICT-ALIGN: strb |