diff 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
line wrap: on
line diff
--- a/gen/llvm.h	Wed Oct 01 20:55:13 2008 +0200
+++ b/gen/llvm.h	Wed Oct 01 23:17:14 2008 +0200
@@ -10,7 +10,7 @@
 #include "llvm/Function.h"
 #include "llvm/Module.h"
 #include "llvm/Value.h"
-#include "llvm/ParameterAttributes.h"
+#include "llvm/Attributes.h"
 
 #include "llvm/Target/TargetData.h"