[ARM] Fix several state persistence bugs
[oota-llvm.git] / test / MC / ARM / twice.ll
1 ; Check for state persistence bugs in the ARM MC backend
2 ; This should neither fail (in the comparison that the second object
3 ; is bit-identical to the first) nor crash. Either failure would most
4 ; likely indicate some state that is not properly reset in the
5 ; appropriate ::reset method.
6 ; RUN: llc -compile-twice -filetype=obj %s -o -
7
8 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
9 target triple = "armv4t-unknown-linux-gnueabi"