1
0
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:
Chris Lattner 2007-04-16 21:24:14 +00:00
parent e8cf6202ec
commit e21e5bbbe1

View File

@ -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