The function is currently awfully complicated. Drop the IILE and use
StringRef over std::string.
Details
Details
Diff Detail
Diff Detail
- Repository
- rPLO Polly
- Build Status
Buildable 19220 Build 19220: arc lint + arc unit
Event Timeline
Comment Actions
Why was there a lambda in the first place?
lib/CodeGen/PPCGCodeGeneration.cpp | ||
---|---|---|
1413 | [style] I'd prefer to avoid this kind of recursion. |
[style] I'd prefer to avoid this kind of recursion.