Update test cases that grepped for register names that have now changed
[oota-llvm.git] / test / CodeGen / ARM / section.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
2 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__.s:" &&
3 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
4 ; RUN:    grep '.section .dtors,"aw",.progbits'
5
6 %__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"