Fixes regression from r279445.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/CodeGen/CGDebugInfo.cpp | ||
---|---|---|
2183–2185 ↗ | (On Diff #75219) | You could declare a variable in the new/first if so you don't have to query for the exprsize a second time. Or you could roll the first if into the second if you want to reduce indentation of the assignment. Neither's something I find necessary, though - just some thoughts. |