Update test

llvm-svn: 18801
This commit is contained in:
Chris Lattner 2004-12-11 17:13:19 +00:00
parent 59ce936426
commit dfd5d7cd7e

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 17' | not grep ret
; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 17' | grep -v 'ret int undef' | not grep ret
implementation