Skip to content

Commit e65faed

Browse files
[AArch64] Fix a warning
This patch fixes: lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc:570:42: error: unused variable 'GIMatchData_matchinfo' [-Werror,-Wunused-variable]
1 parent 0f86e23 commit e65faed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64Combine.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def extmultomull : GICombineRule<
226226
>;
227227

228228
def lower_mulv2s64 : GICombineRule<
229-
(defs root:$root, mull_matchdata:$matchinfo),
229+
(defs root:$root),
230230
(match (G_MUL $dst, $src1, $src2):$root,
231231
[{ return matchMulv2s64(*${root}, MRI); }]),
232232
(apply [{ applyMulv2s64(*${root}, MRI, B, Observer); }])

0 commit comments

Comments
 (0)