Skip to content

Commit 95eabbf

Browse files
committed
Format the code
1 parent 348d477 commit 95eabbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenExpr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,6 @@ cir::AllocaOp CIRGenFunction::createTempAlloca(mlir::Type ty,
16371637
.getDefiningOp());
16381638
}
16391639

1640-
16411640
/// Try to emit a reference to the given value without producing it as
16421641
/// an l-value. For many cases, this is just an optimization, but it avoids
16431642
/// us needing to emit global copies of variables if they're named without

0 commit comments

Comments
 (0)