For PR950:

Use the notcast script in preparation for 12 cast instructions.

llvm-svn: 31703
This commit is contained in:
Reid Spencer 2006-11-13 16:12:25 +00:00
parent 3d513e3571
commit 2c351d43b9

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -raise | llvm-dis | not grep cast
; RUN: llvm-as < %s | opt -raise | llvm-dis | notcast
void %test(...) { ret void }