[all-commits] [llvm/llvm-project] a8d5f7: [GlobalISel] Remove unused variable 'ResultTy' in ...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Tue Dec 5 22:08:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8d5f731d6696edcdbb6f71f8d58ca23962f5d9f
https://github.com/llvm/llvm-project/commit/a8d5f731d6696edcdbb6f71f8d58ca23962f5d9f
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
Log Message:
-----------
[GlobalISel] Remove unused variable 'ResultTy' in CombinerHelper.cpp (NFC)
llvm-project/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp:1179:7:
error: unused variable 'ResultTy' [-Werror,-Wunused-variable]
LLT ResultTy = MRI.getType(MI.getOperand(0).getReg());
^
1 error generated.
More information about the All-commits
mailing list