Commit 9c4e30ea authored by Jayke Meijer's avatar Jayke Meijer

Merge branch 'master' of github.com:taddeus/peephole

parents 8b0c5d11 eef9bd05
......@@ -2,3 +2,5 @@
*.pdf
*.pyc
*~
*.o
*.s
#!/bin/sh
xgcc -S $1.c
xgcc -o $1.o $1.s
sim-outorder $1.o 2>&1 | egrep -o ^sim_cycle[[:space:]]+[[:digit:]]+ \
| egrep -o [[:digit:]]+$
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment