The function is currently awfully complicated. Drop the IILE and use
StringRef over std::string.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Why was there a lambda in the first place?
lib/CodeGen/PPCGCodeGeneration.cpp | ||
---|---|---|
1413 ↗ | (On Diff #150918) | [style] I'd prefer to avoid this kind of recursion. |