Mercurial > lcfOS
comparison test/testregalloc.py @ 346:3bb7dcfe5529
expanded arm target
author | Windel Bouwman |
---|---|
date | Fri, 07 Mar 2014 17:05:32 +0100 |
parents | 86b02c98a717 |
children |
comparison
equal
deleted
inserted
replaced
345:b4882ff0ed06 | 346:3bb7dcfe5529 |
---|---|
1 import unittest | 1 import unittest |
2 import os | 2 import os |
3 import sys | 3 import sys |
4 from ppci.irmach import makeIns, Frame | 4 from ppci.irmach import AbstractInstruction as makeIns, Frame |
5 from ppci.codegen.registerallocator import RegisterAllocator | 5 from ppci.codegen.registerallocator import RegisterAllocator |
6 from ppci import ir | 6 from ppci import ir |
7 from ppci.target import Nop | 7 from ppci.target import Nop |
8 | 8 |
9 | 9 |