Commit 131d73e
authored
[RegAlloc] Remove redundant prints of LiveInterval weight. (llvm#116451)
LiveInterval::print has included the weight since early 2018. We don't
need to print again after we print the interval.1 parent 1be9827 commit 131d73e
File tree
2 files changed
+2
-2
lines changed- llvm/lib/CodeGen
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments