diff gen/llvm.h @ 629:607b6b5819a7

Fixed issue with IsExpression and potential type mismatch for classes.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 01 Oct 2008 20:55:13 +0200
parents cc40db549aea
children df196c8dea26
line wrap: on
line diff
--- a/gen/llvm.h	Wed Oct 01 20:32:12 2008 +0200
+++ b/gen/llvm.h	Wed Oct 01 20:55:13 2008 +0200
@@ -17,6 +17,9 @@
 #include "llvm/Support/IRBuilder.h"
 using llvm::IRBuilder;
 
+// for WriteTypeSymbolic
+#include "llvm/Assembly/Writer.h"
+
 #define GET_INTRINSIC_DECL(_X) (llvm::Intrinsic::getDeclaration(gIR->module, llvm::Intrinsic:: _X ))
 
 // shortcuts for the common llvm types