Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187d1af commit 752a613Copy full SHA for 752a613
compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
@@ -25,7 +25,6 @@
25
#include "llvm/Transforms/IPO.h"
26
#include "llvm/Transforms/Instrumentation.h"
27
#include "llvm/Transforms/Scalar.h"
28
-#include "llvm/Transforms/Vectorize.h"
29
30
#define LLVM_VERSION_GE(major, minor) \
31
(LLVM_VERSION_MAJOR > (major) || \
0 commit comments