Commit e9fa188
committed
[SelectionDAG] Fix an unused variable warning
This patch fixes:
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:10832:12: error:
variable 'Changed' set but not used
[-Werror,-Wunused-but-set-variable]1 parent 014912a commit e9fa188
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10840 | 10840 | | |
10841 | 10841 | | |
10842 | 10842 | | |
| 10843 | + | |
10843 | 10844 | | |
10844 | 10845 | | |
10845 | 10846 | | |
| |||
0 commit comments