llvm-wrapper: Remove include of non-existant Vectorize.h
This commit is contained in:
parent
187d1afa9d
commit
752a6132e5
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
|||
#include "llvm/Transforms/IPO.h"
|
||||
#include "llvm/Transforms/Instrumentation.h"
|
||||
#include "llvm/Transforms/Scalar.h"
|
||||
#include "llvm/Transforms/Vectorize.h"
|
||||
|
||||
#define LLVM_VERSION_GE(major, minor) \
|
||||
(LLVM_VERSION_MAJOR > (major) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue