comparison test/testcg.py @ 322:44f336460c2a

Half of use of burg spec for arm
author Windel Bouwman
date Mon, 27 Jan 2014 19:58:07 +0100
parents e30a77ae359b
children 582a1aaa3983
comparison
equal deleted inserted replaced
321:8c569fbe60e4 322:44f336460c2a
1 import unittest 1 import unittest
2 import ppci 2 import ppci
3 from ppci.codegen import CodeGenerator 3 from ppci.codegen import CodeGenerator
4 from ppci import ir 4 from ppci import ir
5 from target import armtarget 5 from target.target_list import armtarget
6 import outstream 6 import outstream
7 7
8 8
9 def genTestFunction(): 9 def genTestFunction():
10 m = ir.Module('tst') 10 m = ir.Module('tst')