diff options
Diffstat (limited to 'llvm/tools/opt/testinline.sh')
-rwxr-xr-x | llvm/tools/opt/testinline.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/opt/testinline.sh b/llvm/tools/opt/testinline.sh new file mode 100755 index 00000000000..ff16a666f5c --- /dev/null +++ b/llvm/tools/opt/testinline.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +../as/as < ../../test/$1 | ./opt -inline -constprop -dce | dis |