From 51883d326d1927fccfa1a8c8c75cb7abcdb88324 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 13 Nov 2006 16:09:37 +0000 Subject: [PATCH] Handle ptrtoint and inttoptr llvm-svn: 31701 --- test/Scripts/notcast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Scripts/notcast b/test/Scripts/notcast index f3a143f16b1..5fd69de6893 100755 --- a/test/Scripts/notcast +++ b/test/Scripts/notcast @@ -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\)\|\(bitconvert\)\|\(fpext\)\|\(fptrunc\)\)'"$1" +if grep "$2"'\(\([sz]ext\)\|\(trunc\)\|\(fpto[us]i\)\|\([us]itofp\)\|\(bitcast\)\|\(fpext\)\|\(fptrunc\)\|\(ptrtoint\)\|\(inttoptr\)\)'"$1" then exit 1 else exit 0 fi