For PR950:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Nov 2006 16:12:25 +0000 (16:12 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Nov 2006 16:12:25 +0000 (16:12 +0000)
Use the notcast script in preparation for 12 cast instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31703 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LevelRaise/2003-05-01-CallCast.ll

index a313249fb332a0d465a50a56f41f1c0c3bc17f91..ee2a0440de7c30485e453fc1b3a65aa7e732f16f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -raise | llvm-dis | not grep cast
+; RUN: llvm-as < %s | opt -raise | llvm-dis | notcast
 
 void %test(...) { ret void }