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