From e183ed753f574d35fafd3e78b57e8148bc809f84 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 11 Nov 2006 01:04:13 +0000 Subject: [PATCH] Instruction name changes. llvm-svn: 31663 --- llvm/test/Scripts/notcast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Scripts/notcast b/llvm/test/Scripts/notcast index fc1e566771ea..f3a143f16b13 100755 --- a/llvm/test/Scripts/notcast +++ b/llvm/test/Scripts/notcast @@ -10,7 +10,7 @@ # prepat - optionally allow a regular expression to go at the start # -if grep "$2"'\(\([sz]ext\)\|\(trunc\)\|\(fp2[us]int\)\|\([us]int2fp\)\|\(bitconvert\)\|\(fpext\)\|\(fptrunc\)\)'"$1" +if grep "$2"'\(\([sz]ext\)\|\(trunc\)\|\(fpto[us]i\)\|\([us]itofp\)\|\(bitconvert\)\|\(fpext\)\|\(fptrunc\)\)'"$1" then exit 1 else exit 0 fi