summaryrefslogtreecommitdiff
path: root/backend/src/llvm/llvm_includes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/llvm/llvm_includes.hpp')
-rw-r--r--backend/src/llvm/llvm_includes.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/src/llvm/llvm_includes.hpp b/backend/src/llvm/llvm_includes.hpp
index 184553af..ffccf025 100644
--- a/backend/src/llvm/llvm_includes.hpp
+++ b/backend/src/llvm/llvm_includes.hpp
@@ -89,6 +89,10 @@
#include "llvm/CodeGen/IntrinsicLowering.h"
#include "llvm/Transforms/Scalar.h"
+#if LLVM_VERSION_MAJOR >= 7
+#include "llvm/Transforms/Utils.h"
+#include "llvm/Transforms/InstCombine/InstCombine.h"
+#endif
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCInstrInfo.h"