Mercurial > lcfOS
diff test/testregalloc.py @ 346:3bb7dcfe5529
expanded arm target
author | Windel Bouwman |
---|---|
date | Fri, 07 Mar 2014 17:05:32 +0100 |
parents | 86b02c98a717 |
children |
line wrap: on
line diff
--- a/test/testregalloc.py Sun Mar 02 17:12:08 2014 +0100 +++ b/test/testregalloc.py Fri Mar 07 17:05:32 2014 +0100 @@ -1,7 +1,7 @@ import unittest import os import sys -from ppci.irmach import makeIns, Frame +from ppci.irmach import AbstractInstruction as makeIns, Frame from ppci.codegen.registerallocator import RegisterAllocator from ppci import ir from ppci.target import Nop