[llvm] 6f3f19a - llvm-reduce: Fix some copy-pasted comment errors
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 17:36:40 PDT 2022
Author: Matt Arsenault
Date: 2022-04-14T20:21:21-04:00
New Revision: 6f3f19a36b72e6cc91318f61386ba4fbda8bb388
URL: https://github.com/llvm/llvm-project/commit/6f3f19a36b72e6cc91318f61386ba4fbda8bb388
DIFF: https://github.com/llvm/llvm-project/commit/6f3f19a36b72e6cc91318f61386ba4fbda8bb388.diff
LOG: llvm-reduce: Fix some copy-pasted comment errors
Added:
Modified:
llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
Removed:
################################################################################
diff --git a/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp b/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
index b51891c883457..d4e3952a050b9 100644
--- a/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
+++ b/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
@@ -1,4 +1,4 @@
-//===- ReduceArguments.cpp - Specialized Delta Pass -----------------------===//
+//===- ReduceBasicBlocks.cpp - Specialized Delta Pass ---------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This file implements a function which calls the Generic Delta pass in order
-// to reduce uninteresting Arguments from defined functions.
+// to reduce uninteresting BasicBlocks from defined functions.
//
//===----------------------------------------------------------------------===//
diff --git a/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp b/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
index 692d7c2e9385d..cd2ea29e69405 100644
--- a/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
+++ b/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
@@ -1,4 +1,4 @@
-//===- ReduceArguments.cpp - Specialized Delta Pass -----------------------===//
+//===- ReduceInstructions.cpp - Specialized Delta Pass ---------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This file implements a function which calls the Generic Delta pass in order
-// to reduce uninteresting Arguments from defined functions.
+// to reduce uninteresting Instructions from defined functions.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list