diff gen/metadata.h @ 1555:ed0cffe895ec

use the new NamedMDNode class this will need a LLVM >= r77619
author Benjamin Kramer <benny.kra@gmail.com>
date Thu, 30 Jul 2009 20:54:03 +0200
parents 259b031f3d22
children 3adcb70700cb
line wrap: on
line diff
--- a/gen/metadata.h	Thu Jul 30 15:25:10 2009 +0200
+++ b/gen/metadata.h	Thu Jul 30 20:54:03 2009 +0200
@@ -2,7 +2,7 @@
 #define LDC_GEN_METADATA_H
 
 // MDNode was moved into its own header, and contains Value*s
-#include "llvm/MDNode.h"
+#include "llvm/Metadata.h"
 typedef llvm::Value MDNodeField;
 
 // Use getNumElements() and getElement() to access elements.