diff --git a/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp b/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp index b51891c88345..d4e3952a050b 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 692d7c2e9385..cd2ea29e6940 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. // //===----------------------------------------------------------------------===//