Fix predicate

llvm-svn: 4617
This commit is contained in:
Chris Lattner 2002-11-08 00:31:27 +00:00
parent 8ad057e4ec
commit b196fead59

@ -1,4 +1,4 @@
; RUN: if as < %s | opt -funcresolve -globaldce | dis | grep declare
; RUN: if as < %s | opt -funcresolve -funcresolve | dis | grep declare
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi