mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
ensure these don't xpass if opt crashes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0762705087
commit
d4427b6d31
@ -12,6 +12,7 @@
|
||||
; Note that this is a "feature" test, not a correctness test.
|
||||
;
|
||||
; XFAIL: *
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -simplifycfg -disable-output &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -simplifycfg | llvm-dis | not grep cond213
|
||||
;
|
||||
implementation ; Functions:
|
||||
|
@ -2,6 +2,7 @@
|
||||
; Any succeeding uses of the pointer should get this info
|
||||
;
|
||||
; XFAIL: *
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -instcombine -simplifycfg -disable-output &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -instcombine -simplifycfg | llvm-dis | not grep br
|
||||
|
||||
implementation ; Functions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user