summaryrefslogtreecommitdiff
path: root/tools/opt/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/opt/test.sh')
-rwxr-xr-xtools/opt/test.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/opt/test.sh b/tools/opt/test.sh
deleted file mode 100755
index b6d13f4467..0000000000
--- a/tools/opt/test.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-../as/as < ../../test/$1 | ./opt -constprop -dce | ../dis/dis
-