b6d13f446729ee4583134cc9ee60cde5308c1e5d
[oota-llvm.git] / tools / opt / test.sh
1 #!/bin/sh
2
3 ../as/as < ../../test/$1 | ./opt -constprop -dce | ../dis/dis
4