I checked this patch on my own build on RHEL 6. Regressions were OK.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
At this point I think you should skip pre-commit code-review. This seems all mechanical, I won't review deeply and trust you that the added headers are really needed.
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp | ||
---|---|---|
2001–2003 | What's the deal with these gratuitous newlines in front of loops? I like putting declarations immediately in front of loops for temporary variables only used inside the loop or values that are computed in the loop... |
What's the deal with these gratuitous newlines in front of loops? I like putting declarations immediately in front of loops for temporary variables only used inside the loop or values that are computed in the loop...