[llvm-commits] [llvm] r164347 - /llvm/trunk/test/CodeGen/ARM/fast-isel.ll

Chad Rosier mcrosier at apple.com
Thu Sep 20 17:47:08 PDT 2012


Author: mcrosier
Date: Thu Sep 20 19:47:08 2012
New Revision: 164347

URL: http://llvm.org/viewvc/llvm-project?rev=164347&view=rev
Log:
Testcase does not need to be this strict.

Modified:
    llvm/trunk/test/CodeGen/ARM/fast-isel.ll

Modified: llvm/trunk/test/CodeGen/ARM/fast-isel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fast-isel.ll?rev=164347&r1=164346&r2=164347&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel.ll Thu Sep 20 19:47:08 2012
@@ -245,7 +245,7 @@
 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





More information about the llvm-commits mailing list