diff options
Diffstat (limited to 'test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll')
-rw-r--r-- | test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll b/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll index 5cc48c212c40..a9a33d72bca2 100644 --- a/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll +++ b/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll @@ -1,4 +1,8 @@ ; RUN: llc < %s + +; Bug: PR31898 +; XFAIL: avr + ; This caused ScheduleDAG to crash in EmitPhysRegCopy when searching ; the uses of a copy to a physical register without ignoring non-data ; dependence, PR10220. |