Fix llvm/IRBuilder.h include when using LLVM 3.2

This commit is contained in:
Evangelos Foutras
2012-12-25 04:55:30 +02:00
parent 8880645bf6
commit 984207e348

View File

@@ -27,7 +27,7 @@
#include "llvm/Intrinsics.h"
#include "llvm/Support/CallSite.h"
#include "llvm/Support/CommandLine.h"
#if LDC_LLVM_VER >= 303
#if LDC_LLVM_VER >= 302
#include "llvm/IRBuilder.h"
#else
#include "llvm/Support/IRBuilder.h"