Fix a warning from gcc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'm not sure why it's complaining since clang doesn't, but you want the parentheses around everything before the &&
Comment Actions
Sorry for the noise, I'm not sure what I did for Phabricator to think I updated the revision. But it looks like the review still shows the most recent revision.
lib/Transforms/Scalar/NewGVN.cpp | ||
---|---|---|
1080–1088 | This needs to be clang-formatt'ed |
Comment Actions
You formatted unrelated chunks. Revert that and LGTM. Do you need somebody to commit this on your behalf?
Comment Actions
I thought clang-formatting a few unrelated changes is ok but anyways, here is the new patch.
Please commit, I can't.
This needs to be clang-formatt'ed