Changes in directory llvm/test/Scripts:

notcast updated: 1.3 -> 1.4
---
Log message:

Instruction name changes.


---
Diffs of the changes:  (+1 -1)

 notcast |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Scripts/notcast
diff -u llvm/test/Scripts/notcast:1.3 llvm/test/Scripts/notcast:1.4
--- llvm/test/Scripts/notcast:1.3       Fri Nov  3 19:11:19 2006
+++ llvm/test/Scripts/notcast   Fri Nov 10 19:04:13 2006
@@ -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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to