From 278c12e1afe4fb4885fb09421690e4364d2d9edc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 13 Oct 2009 04:27:02 +0000 Subject: remove notcast, it is now dead! llvm-svn: 83938 --- llvm/test/Scripts/notcast | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 llvm/test/Scripts/notcast (limited to 'llvm/test/Scripts') diff --git a/llvm/test/Scripts/notcast b/llvm/test/Scripts/notcast deleted file mode 100755 index 6d56580c8fc..00000000000 --- a/llvm/test/Scripts/notcast +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# -# Program: notcast -# -# Synopsis: Returns 0 if the input does not contain a cast operator -# -# Syntax: notcast tailexpr -# -# postpat - optionally allows a regular expression to go at the end -# prepat - optionally allow a regular expression to go at the start -# - -if grep "$2"'\(\([sz]ext\)\|\(trunc\)\|\(fpto[us]i\)\|\([us]itofp\)\|\(bitcast\)\|\(fpext\)\|\(fptrunc\)\|\(ptrtoint\)\|\(inttoptr\)\|\(cast\)\)'"$1" -then exit 1 -else exit 0 -fi -- cgit v1.2.3