The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / CodeGen / ARM / section.ll
index 469b935fa1c996866f41cb0239974b7b1af453d5..7a566d49d322d3dba678fed26b592e83ca6c7f77 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__.s:" &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN:    grep '.section .dtors,"aw",.progbits'
+; RUN: llc < %s -mtriple=arm-linux | \
+; RUN:   grep {__DTOR_END__:}
+; RUN: llc < %s -mtriple=arm-linux | \
+; RUN:   grep {\\.section.\\.dtors,"aw",.progbits}
+
+@__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors"       ; <[1 x i32]*> [#uses=0]
 
-%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"