Commit 83f3908
committed
[AMDGPU] Fix a warning
This patch fixes:
llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp:298:9: error: unused
variable 'Src0Idx' [-Werror,-Wunused-variable]1 parent 9f7bb1c commit 83f3908
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
0 commit comments