Fix for Revision 263208
This commit is contained in:
1
opt.cpp
1
opt.cpp
@@ -114,6 +114,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#if ISPC_LLVM_VERSION >= ISPC_LLVM_3_9 // LLVM 3.9+
|
#if ISPC_LLVM_VERSION >= ISPC_LLVM_3_9 // LLVM 3.9+
|
||||||
#include "llvm/Transforms/IPO/FunctionAttrs.h"
|
#include "llvm/Transforms/IPO/FunctionAttrs.h"
|
||||||
|
#include "llvm/Transforms/Scalar/GVN.h"
|
||||||
#endif
|
#endif
|
||||||
#include <llvm/Analysis/Passes.h>
|
#include <llvm/Analysis/Passes.h>
|
||||||
#include <llvm/Support/raw_ostream.h>
|
#include <llvm/Support/raw_ostream.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user