Skip to content

Commit 752a613

Browse files
committedNov 7, 2023
llvm-wrapper: Remove include of non-existant Vectorize.h
1 parent 187d1af commit 752a613

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)