Author: Matt Arsenault Date: 2025-04-09T21:14:42+02:00 New Revision: 989bc69ceb47e27f402d14166eb2e2ea53e00c84
URL: https://github.com/llvm/llvm-project/commit/989bc69ceb47e27f402d14166eb2e2ea53e00c84 DIFF: https://github.com/llvm/llvm-project/commit/989bc69ceb47e27f402d14166eb2e2ea53e00c84.diff LOG: llvm-reduce: Trim includes in ReduceInstructions (#135022) Added: Modified: llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp Removed: ################################################################################ diff --git a/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp b/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp index a906584f75dd7..f1f5d6b83de10 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp +++ b/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp @@ -13,10 +13,6 @@ #include "ReduceInstructions.h" #include "Utils.h" -#include "llvm/IR/Constants.h" -#include "llvm/Transforms/Utils/BasicBlockUtils.h" -#include "llvm/Transforms/Utils/Cloning.h" -#include <set> using namespace llvm; _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits