comparison gen/llvm.h @ 632:df196c8dea26

Updated to latest LLVM trunk, function notes have been removed and merged with parameter attributes, which have been renamed to just attributes. Nothing seems to have broke!
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 01 Oct 2008 23:17:14 +0200
parents 607b6b5819a7
children 5812d6fac0f0
comparison
equal deleted inserted replaced
629:607b6b5819a7 632:df196c8dea26
8 #include "llvm/CallingConv.h" 8 #include "llvm/CallingConv.h"
9 #include "llvm/GlobalVariable.h" 9 #include "llvm/GlobalVariable.h"
10 #include "llvm/Function.h" 10 #include "llvm/Function.h"
11 #include "llvm/Module.h" 11 #include "llvm/Module.h"
12 #include "llvm/Value.h" 12 #include "llvm/Value.h"
13 #include "llvm/ParameterAttributes.h" 13 #include "llvm/Attributes.h"
14 14
15 #include "llvm/Target/TargetData.h" 15 #include "llvm/Target/TargetData.h"
16 16
17 #include "llvm/Support/IRBuilder.h" 17 #include "llvm/Support/IRBuilder.h"
18 using llvm::IRBuilder; 18 using llvm::IRBuilder;