Commit 74192e5
committed
[X86] Silence an unused-variable warning (NFC)
/llvm-project/llvm/lib/Target/X86/GISel/X86InstructionSelector.cpp:1054:9:
error: unused variable 'RhsBank' [-Werror,-Wunused-variable]
auto *RhsBank = RBI.getRegBank(RhsReg, MRI, TRI);
^
1 error generated.1 parent b7feccb commit 74192e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
1054 | | - | |
| 1054 | + | |
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
| |||
0 commit comments