Temporarily XFAIL until this can be looked at. r62557 is what caused it to start failing.

llvm-svn: 62578
This commit is contained in:
Bill Wendling 2009-01-20 10:28:39 +00:00
parent 7d2ea3c6de
commit 5bd5863cdb

View File

@ -1,4 +1,5 @@
; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | grep {br i1 } | count 4
; XFAIL: *
; PR3354
; Do not merge bb1 into the entry block, it might trap.