compiler.cfg.debugger: add ssa. word to print IR before representation selection runs

db4
Slava Pestov 2010-05-02 16:22:22 -04:00
parent 0fbf454b18
commit 5236f327ba
1 changed files with 3 additions and 2 deletions

View File

@ -74,8 +74,9 @@ M: insn insn. tuple>array but-last [ bl ] [ pprint ] interleave nl ;
: mrs. ( mrs -- )
[ nl ] [ mr. ] interleave ;
: flat. ( quot -- ) test-flat mrs. ; inline
: regs. ( quot -- ) test-regs mrs. ; inline
: ssa. ( quot -- ) test-ssa mrs. ;
: flat. ( quot -- ) test-flat mrs. ;
: regs. ( quot -- ) test-regs mrs. ;
! Prettyprinting
: pprint-loc ( loc word -- ) <block pprint-word n>> pprint* block> ;