[llvm] 0008afc - llvm-reduce: Remove leftover comment
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 14:00:40 PST 2023
Author: Matt Arsenault
Date: 2023-01-03T17:00:35-05:00
New Revision: 0008afc632dc168885953b844eef37edaba30497
URL: https://github.com/llvm/llvm-project/commit/0008afc632dc168885953b844eef37edaba30497
DIFF: https://github.com/llvm/llvm-project/commit/0008afc632dc168885953b844eef37edaba30497.diff
LOG: llvm-reduce: Remove leftover comment
Added:
Modified:
llvm/tools/llvm-reduce/llvm-reduce.cpp
Removed:
################################################################################
diff --git a/llvm/tools/llvm-reduce/llvm-reduce.cpp b/llvm/tools/llvm-reduce/llvm-reduce.cpp
index 29c36fb2133d..07a04a6ccd8f 100644
--- a/llvm/tools/llvm-reduce/llvm-reduce.cpp
+++ b/llvm/tools/llvm-reduce/llvm-reduce.cpp
@@ -45,7 +45,6 @@ static cl::opt<bool> PreserveDebugEnvironment(
"debugging (crash reports, llvm-symbolizer and core dumps)"),
cl::cat(LLVMReduceOptions));
-// FIXME: should be able to do this without other arguments, also add in help.
static cl::opt<bool>
PrintDeltaPasses("print-delta-passes",
cl::desc("Print list of delta passes, passable to "
More information about the llvm-commits
mailing list