diff options
| author | Ben.Lippmeier.anu.edu.au <unknown> | 2009-09-17 03:44:27 +0000 |
|---|---|---|
| committer | Ben.Lippmeier.anu.edu.au <unknown> | 2009-09-17 03:44:27 +0000 |
| commit | d8e54e50fd073c8f599da960ebc40f34905968b2 (patch) | |
| tree | eab1892510c2d50e9fd11615e06059af6fb7f731 /compiler/nativeGen/RegAlloc/Graph/Main.hs | |
| parent | 888b4e89a4a4e3f39a3ba567c796b3a79b63bf61 (diff) | |
| download | haskell-d8e54e50fd073c8f599da960ebc40f34905968b2.tar.gz | |
NCG: Also show the result of applying coalesings with -ddump-asm-regalloc-stages
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph/Main.hs')
| -rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/Main.hs b/compiler/nativeGen/RegAlloc/Graph/Main.hs index 35ec879eb2..40c3c00e5f 100644 --- a/compiler/nativeGen/RegAlloc/Graph/Main.hs +++ b/compiler/nativeGen/RegAlloc/Graph/Main.hs @@ -178,6 +178,7 @@ regAlloc_spin { raGraph = graph , raGraphColored = graph_colored_lint , raCoalesced = rmCoalesce + , raCodeCoalesced = code_coalesced , raPatched = code_patched , raSpillClean = code_spillclean , raFinal = code_final |
