Skip to content

Commit 518fe49

Browse files
authored
Rollup merge of #117675 - zmodem:vectorize_h, r=durin42
llvm-wrapper: Remove include of non-existant Vectorize.h LLVM recently removed the header: llvm/llvm-project@2400c54 It only contained a declaration of `createLoadStoreVectorizerPass()`, which Rust doesn't reference.
2 parents f6f6fd1 + 752a613 commit 518fe49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "llvm/Transforms/IPO.h"
2626
#include "llvm/Transforms/Instrumentation.h"
2727
#include "llvm/Transforms/Scalar.h"
28-
#include "llvm/Transforms/Vectorize.h"
2928

3029
#define LLVM_VERSION_GE(major, minor) \
3130
(LLVM_VERSION_MAJOR > (major) || \

0 commit comments

Comments
 (0)