blob: 8811632dd560713699272e3de30010cdb1cf16a6 [file] [log] [blame]
Keno Fischer00021422016-01-12 13:38:15 +00001; 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
8target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
9target triple = "armv4t-unknown-linux-gnueabi"