Commit 96de843
authored
[mlir][NVVM] Fix default label unreachable warning in
Fixes the following warning after the changes in
#134309:
```
llvm-project/mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp:134:3: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
default:
^
1 warning generated.
```getVoteSyncIntrinsicId (#134600)1 parent b9ec684 commit 96de843
File tree
1 file changed
+1
-2
lines changed- mlir/lib/Target/LLVMIR/Dialect/NVVM
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | 134 | | |
| 135 | + | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| |||
0 commit comments