Mercurial > lcfOS
diff test/testregalloc.py @ 301:6753763d3bec
merge codegen into ppci package
author | Windel Bouwman |
---|---|
date | Thu, 05 Dec 2013 17:02:38 +0100 |
parents | 674789d9ff37 |
children | 86b02c98a717 |
line wrap: on
line diff
--- a/test/testregalloc.py Tue Dec 03 18:00:22 2013 +0100 +++ b/test/testregalloc.py Thu Dec 05 17:02:38 2013 +0100 @@ -1,9 +1,9 @@ import unittest import os import sys -from irmach import makeIns, Frame -from codegen.registerallocator import RegisterAllocator -import ir +from ppci.irmach import makeIns, Frame +from ppci.codegen.registerallocator import RegisterAllocator +from ppci import ir from target import Nop