Make it handle plain old cast too, for old assembly.

llvm-svn: 31702
This commit is contained in:
Reid Spencer 2006-11-13 16:11:14 +00:00
parent 6f406f91d2
commit 7debe5e948
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# prepat - optionally allow a regular expression to go at the start
#
if grep "$2"'\(\([sz]ext\)\|\(trunc\)\|\(fpto[us]i\)\|\([us]itofp\)\|\(bitcast\)\|\(fpext\)\|\(fptrunc\)\|\(ptrtoint\)\|\(inttoptr\)\)'"$1"
if grep "$2"'\(\([sz]ext\)\|\(trunc\)\|\(fpto[us]i\)\|\([us]itofp\)\|\(bitcast\)\|\(fpext\)\|\(fptrunc\)\|\(ptrtoint\)\|\(inttoptr\)\|\(cast\)\)'"$1"
then exit 1
else exit 0
fi