forked from OSchip/llvm-project
XFAIL this test for the moment. The real solution is to prevent ADCE
from transforming loops and adding a separate loop pass for removing loops with know trip counts. Until that happens, ADCE is miscompiling this code. llvm-svn: 49769
This commit is contained in:
parent
57236b58f7
commit
81f7584c4e
|
@ -1,5 +1,6 @@
|
|||
; RUN: llvm-as < %s | opt -adce | llvm-dis | grep switch
|
||||
; PR 1564
|
||||
; XFAIL: *
|
||||
|
||||
define fastcc void @out() {
|
||||
start:
|
||||
|
|
Loading…
Reference in New Issue