X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FMachInstrs.hs;h=0c5dbdd1ed807e0d359c78c98fd513fb8ee747be;hp=5ed8c0c4dee5c93018dbfdaefbc1a96dd202c77d;hb=0168c633a9d209e978528f059193d19cdb5e6740;hpb=f96e9aa0444de0e673b3c4055c6e43299639bc5b diff --git a/compiler/nativeGen/MachInstrs.hs b/compiler/nativeGen/MachInstrs.hs index 5ed8c0c..0c5dbdd 100644 --- a/compiler/nativeGen/MachInstrs.hs +++ b/compiler/nativeGen/MachInstrs.hs @@ -226,6 +226,9 @@ data Instr | DELTA Int -- specify current stack offset for -- benefit of subsequent passes + | SPILL Reg Int -- ^ spill this reg to a stack slot + | RELOAD Int Reg -- ^ reload this reg from a stack slot + -- ----------------------------------------------------------------------------- -- Alpha instructions