diff python/target/instructionselector.py @ 301:6753763d3bec

merge codegen into ppci package
author Windel Bouwman
date Thu, 05 Dec 2013 17:02:38 +0100
parents 7b38782ed496
children d1ecc493384e
line wrap: on
line diff
--- a/python/target/instructionselector.py	Tue Dec 03 18:00:22 2013 +0100
+++ b/python/target/instructionselector.py	Thu Dec 05 17:02:38 2013 +0100
@@ -1,6 +1,6 @@
-import ir
-import irmach
-from irmach import AbstractInstruction as makeIns
+from ppci import ir
+from ppci import irmach
+from ppci.irmach import AbstractInstruction as makeIns
 import target
 
 def genTemps():