mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-07 04:38:20 +00:00
Allow the regular expression to be extended by a parameter.
llvm-svn: 31442
This commit is contained in:
parent
cc134bcc6c
commit
bb2e479ee9
@ -4,9 +4,12 @@
|
||||
#
|
||||
# Synopsis: Returns 0 if the input does not contain a cast operator
|
||||
#
|
||||
# Syntax: notcast
|
||||
# Syntax: notcast tailexpr
|
||||
#
|
||||
# tailexpr - optionally allows a regular expression to go at the end
|
||||
#
|
||||
|
||||
if grep '\([sz]ext\)\|\(trunc\)\|\(fp2[us]int\)\|\([us]int2fp\)\|\(bitconvert\)\|\(fpext\)\|\(fptrunc\)'
|
||||
if grep '\(\([sz]ext\)\|\(trunc\)\|\(fp2[us]int\)\|\([us]int2fp\)\|\(bitconvert\)\|\(fpext\)\|\(fptrunc\)\)'"$1"
|
||||
then exit 1
|
||||
else exit 0
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user