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

merge codegen into ppci package
author Windel Bouwman
date Thu, 05 Dec 2013 17:02:38 +0100
parents 158068af716c
children 0615b5308710
line wrap: on
line diff
--- a/python/target/arminstructionselector.py	Tue Dec 03 18:00:22 2013 +0100
+++ b/python/target/arminstructionselector.py	Thu Dec 05 17:02:38 2013 +0100
@@ -1,5 +1,5 @@
-import ir
-from irmach import AbstractInstruction as makeIns
+from ppci import ir
+from ppci.irmach import AbstractInstruction as makeIns
 from .basetarget import Label, Comment, Alignment, LabelRef, DebugInfo, Nop
 from .instructionselector import InstructionSelector
 from .arminstructions import Orr, Lsl, Str2, Ldr2, Ldr3, B, Bl, Bgt, Blt, Beq