forked from OSchip/llvm-project
[AVR] Mark the 'select-must-add-unconditional-jump' test as 'XFAIL'
llvm-svn: 287871
This commit is contained in:
parent
a3af79678e
commit
c2de8e8ec3
|
@ -1,4 +1,5 @@
|
||||||
; RUN: llc -march=avr -print-after=expand-isel-pseudos < %s 2>&1 | FileCheck %s
|
; RUN: llc -march=avr -print-after=expand-isel-pseudos < %s 2>&1 | FileCheck %s
|
||||||
|
; XFAIL: *
|
||||||
|
|
||||||
; Because `switch` seems to trigger Machine Basic Blocks to be ordered
|
; Because `switch` seems to trigger Machine Basic Blocks to be ordered
|
||||||
; in a different order than they were constructed, this exposes an
|
; in a different order than they were constructed, this exposes an
|
||||||
|
|
Loading…
Reference in New Issue