Commit 5126111
committed
[NFC][SpecialCaseList] Store SectionStr as StringRef
The SectionStr is already copied in addSection, so
there is no need to copy it again in the Section
constructor.
Pull Request: llvm#1672781 parent f5abdfd commit 5126111
File tree
2 files changed
+2
-2
lines changed- llvm
- include/llvm/Support
- lib/Support
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
246 | 247 | | |
247 | 248 | | |
248 | 249 | | |
249 | | - | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments