Skip to content

Commit 1961088

Browse files
[GlobalISel] Remove unused declaration applyCombineAnyExtTrunc
The corresponding function definition was removed by: commit a6be267 Author: Jay Foad <[email protected]> Date: Tue Feb 23 16:10:19 2021 +0000
1 parent 017b9c0 commit 1961088

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ class CombinerHelper {
378378

379379
/// Transform anyext(trunc(x)) to x.
380380
bool matchCombineAnyExtTrunc(MachineInstr &MI, Register &Reg);
381-
void applyCombineAnyExtTrunc(MachineInstr &MI, Register &Reg);
382381

383382
/// Transform zext(trunc(x)) to x.
384383
bool matchCombineZextTrunc(MachineInstr &MI, Register &Reg);

0 commit comments

Comments
 (0)