diff python/ppci/codegen/registerallocator.py @ 323:e9fe6988497c

Used burg for generating expressions
author Windel Bouwman
date Thu, 30 Jan 2014 19:03:24 +0100
parents 2c9768114877
children 6f4753202b9a
line wrap: on
line diff
--- a/python/ppci/codegen/registerallocator.py	Mon Jan 27 19:58:07 2014 +0100
+++ b/python/ppci/codegen/registerallocator.py	Thu Jan 30 19:03:24 2014 +0100
@@ -165,7 +165,7 @@
                 n.color = self.color[n]
             else:
                 raise NotImplementedError('Spill required here!')
-        
+
     def ApplyColors(self):
         # Remove coalesced moves:
         for mv in self.coalescedMoves: