Commit 30a9d9d
committed
[Analysis] Fix warnings
This patch fixes:
llvm/lib/Analysis/IR2Vec.cpp:76:3: error: default label in switch
which covers all enumeration values
[-Werror,-Wcovered-switch-default]
llvm/lib/Analysis/IR2Vec.cpp:218:12: error: unused variable 'Dim'
[-Werror,-Wunused-variable]1 parent 6fd3c20 commit 30a9d9d
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 76 | | |
| 77 | + | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
| |||
217 | 215 | | |
218 | 216 | | |
219 | 217 | | |
| 218 | + | |
220 | 219 | | |
221 | 220 | | |
222 | 221 | | |
| |||
0 commit comments