mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 11:46:42 +00:00
e6b9b382e2
llvm-svn: 2
4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
../as/as < ../../test/$1 | ./opt -inline -constprop -dce | dis
|