clover: Fix build with LLVM 3.3
authorMike Lothian <mike@fireburn.co.uk>
Mon, 1 Apr 2013 17:50:23 +0000 (10:50 -0700)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 1 Apr 2013 17:50:23 +0000 (10:50 -0700)
src/gallium/state_trackers/clover/llvm/invocation.cpp

index 2785d10310a42e313cb918573d516a3f60327fad..1cad15c1d1decf1857dc4f54a9e8a211b12564d1 100644 (file)
@@ -37,7 +37,8 @@
 #include <llvm/IR/DerivedTypes.h>
 #include <llvm/IR/LLVMContext.h>
 #include <llvm/IR/Module.h>
-#include <llvm/Support/IRReader.h>
+#include <llvm/Support/SourceMgr.h>
+#include <llvm/IRReader/IRReader.h>
 #endif
 #include <llvm/PassManager.h>
 #include <llvm/Support/TargetSelect.h>