Skip to content
Snippets Groups Projects
Commit 9c4e30ea authored by Jayke Meijer's avatar Jayke Meijer
Browse files

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

parents 8b0c5d11 eef9bd05
No related branches found
No related tags found
No related merge requests found
......@@ -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:]]+$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment