comparison gen/llvm.h @ 40:8b0e809563df trunk

[svn r44] Lots of bug fixes. New array literal support New array ~= operator support (for single element) New with statement support More...
author lindquist
date Fri, 19 Oct 2007 07:43:21 +0200
parents
children eb7bf7b7972e
comparison
equal deleted inserted replaced
39:fd5e8bbfcb25 40:8b0e809563df
1 #ifndef GEN_LLVM_H
2 #define GEN_LLVM_H
3
4 #include "llvm/Type.h"
5 #include "llvm/DerivedTypes.h"
6 #include "llvm/Constants.h"
7 #include "llvm/IntrinsicInst.h"
8 #include "llvm/CallingConv.h"
9 #include "llvm/GlobalVariable.h"
10 #include "llvm/Function.h"
11 #include "llvm/Module.h"
12
13 #include "llvm/Target/TargetData.h"
14
15 #include "llvm/Support/LLVMBuilder.h"
16 using llvm::LLVMBuilder;
17
18 #endif // GEN_LLVM_H