Corrected Indentation of the Function visitSub and visitFSub
Details
Diff Detail
Event Timeline
Few comments inline.
I would suggest to re-direct it to someone who is more familiar with clang-format.
lib/Transforms/InstCombine/InstCombineAddSub.cpp | ||
---|---|---|
1525 | Removing this extra space is Ok. | |
1598 | This is Ok. | |
1601 | Not sure if this change is ok. Comment in between confuses things. | |
1606 | Not sure if this change is ok. Comment in between confuses things. | |
1613 | This is ok. | |
1633 | Not sure if this is Ok. | |
1640 | Not sure if this is Ok. | |
1704 | Not sure if this is ok. |
Removing this extra space is Ok.