From 3ca380d8d772b33f3fdb830c41838826a19da3db 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164347 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/fast-isel.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll index 397f006314c..f13bc952fba 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