comparison gen/elem.c @ 4:e116aa1488e6 trunk

[svn r8] changed backend includes to always use the gen/<foo>.h prefix fixed passing string literals as array parameters few other fixes moved some array routines into gen/arrays
author lindquist
date Mon, 03 Sep 2007 17:34:30 +0200
parents c53b6e3fe49a
children d3ee9efe20e2
comparison
equal deleted inserted replaced
3:069cf4b0ec67 4:e116aa1488e6
1 #include <iostream> 1 #include <iostream>
2 2
3 #include "llvm/Instructions.h" 3 #include "llvm/Instructions.h"
4 4
5 #include "elem.h" 5 #include "gen/elem.h"
6 6 #include "gen/irstate.h"
7 #include "irstate.h" 7 #include "gen/logger.h"
8 #include "logger.h"
9 8
10 ////////////////////////////////////////////////////////////////////////////////////////// 9 //////////////////////////////////////////////////////////////////////////////////////////
11 10
12 elem::elem() 11 elem::elem()
13 { 12 {