about summary refs log tree commit diff homepage
path: root/lib/Core/CallPathManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core/CallPathManager.cpp')
-rw-r--r--lib/Core/CallPathManager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Core/CallPathManager.cpp b/lib/Core/CallPathManager.cpp
index ca127f25..03e75108 100644
--- a/lib/Core/CallPathManager.cpp
+++ b/lib/Core/CallPathManager.cpp
@@ -13,7 +13,12 @@
 
 #include <map>
 #include <vector>
+#if LLVM_VERSION_CODE >= LLVM_VERSION(3, 3)
+#include "llvm/IR/Function.h"
+#else
 #include "llvm/Function.h"
+#endif
+
 #include "llvm/Support/raw_ostream.h"
 
 using namespace llvm;