diff gen/dwarftypes.cpp @ 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 9d44ec83acd1
children 18ad5601dff7
line wrap: on
line diff
--- a/gen/dwarftypes.cpp	Wed Oct 01 20:55:13 2008 +0200
+++ b/gen/dwarftypes.cpp	Wed Oct 01 23:17:14 2008 +0200
@@ -9,7 +9,7 @@
 #include <llvm/BasicBlock.h>
 #include <llvm/Instructions.h>
 #include <llvm/InlineAsm.h>
-#include <llvm/ParameterAttributes.h>
+#include <llvm/Attributes.h>
 #include <llvm/Support/MathExtras.h>
 #include <llvm/Pass.h>
 #include <llvm/PassManager.h>