llvm-reduce: Fix some copy-pasted comment errors

This commit is contained in:
Matt Arsenault 2022-04-12 21:51:30 -04:00
parent 4975c3a949
commit 6f3f19a36b
2 changed files with 4 additions and 4 deletions

View file

@ -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.
//
//===----------------------------------------------------------------------===//

View file

@ -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.
//
//===----------------------------------------------------------------------===//