Fix for Revision 263208

This commit is contained in:
Andrey Shishpanov
2016-03-12 21:22:01 +03:00
parent 306f3468c3
commit 5a2f0dcb4a

View File

@@ -114,6 +114,7 @@
#endif
#if ISPC_LLVM_VERSION >= ISPC_LLVM_3_9 // LLVM 3.9+
#include "llvm/Transforms/IPO/FunctionAttrs.h"
#include "llvm/Transforms/Scalar/GVN.h"
#endif
#include <llvm/Analysis/Passes.h>
#include <llvm/Support/raw_ostream.h>