Skip to content

Commit

Permalink
llvm-wrapper: Remove include of non-existant Vectorize.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zmodem committed Nov 7, 2023
1 parent 187d1af commit 752a613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) || \
Expand Down

0 comments on commit 752a613

Please sign in to comment.