mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
fix incorrectly upgraded test
llvm-svn: 36169
This commit is contained in:
parent
e8cf6202ec
commit
e21e5bbbe1
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | \
|
||||
; RUN: opt -predsimplify -instcombine -simplifycfg -o %t -f
|
||||
; RUN: opt -predsimplify -instcombine -simplifycfg | llvm-dis > %t
|
||||
; RUN: grep -v declare %t | not grep fail
|
||||
; RUN: grep -v declare %t | grep -c pass | grep 3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user