From 8ff5a4aa79255879fb9603c4e5b92426705ac87a Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 21 Sep 2012 00:47:08 +0000 Subject: [PATCH] Testcase does not need to be this strict. llvm-svn: 164347 --- llvm/test/CodeGen/ARM/fast-isel.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/ARM/fast-isel.ll b/llvm/test/CodeGen/ARM/fast-isel.ll index 397f006..f13bc95 100644 --- a/llvm/test/CodeGen/ARM/fast-isel.ll +++ b/llvm/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 -- 2.7.4