Skip to content

Commit eb5fbb8

Browse files
committed
Fixup formatting
1 parent b4048ba commit eb5fbb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/InstCombine/InstructionCombining.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,8 +3116,8 @@ Instruction *InstCombinerImpl::visitGetElementPtrInst(GetElementPtrInst &GEP) {
31163116
return &GEP;
31173117
}
31183118

3119-
// These rewrites are trying to preserve inbounds/nuw attributes. So we want to
3120-
// do this after having tried to derive "nuw" above.
3119+
// These rewrites are trying to preserve inbounds/nuw attributes. So we want
3120+
// to do this after having tried to derive "nuw" above.
31213121
if (GEP.getNumIndices() == 1) {
31223122
// Given (gep p, x+y) we want to determine the common nowrap flags for both
31233123
// geps if transforming into (gep (gep p, x), y).

0 commit comments

Comments
 (0)