Skip to content

Commit 1f4618c

Browse files
committed
Remove comments. NFC.
1 parent 52c8159 commit 1f4618c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CodeGen/CGExprConstant.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,6 @@ llvm::Constant *ConstantEmitter::tryEmitPrivateForVarInit(const VarDecl &D) {
18831883

18841884
// Try to emit the initializer. Note that this can allow some things that
18851885
// are not allowed by tryEmitPrivateForMemory alone.
1886-
// Bail out on constexpr-unknown values since they are invalid in CodeGen.
18871886
if (APValue *value = D.evaluateValue()) {
18881887
assert(!value->allowConstexprUnknown() &&
18891888
"Constexpr unknown values are not allowed in CodeGen");

0 commit comments

Comments
 (0)