Skip to content

Commit 416e4cd

Browse files
committed
[clang][bytecode][NFC] Remove leftover debug output
1 parent b4150ed commit 416e4cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,8 @@ bool clang::interp::DoBitCastPtr(InterpState &S, CodePtr OpPC,
396396

397397
return false;
398398
}
399-
llvm::errs() << "Not all initialized\n";
400399
return true;
401400
}
402-
llvm::errs() << "All initialized.\n";
403401

404402
auto Memory = Buffer.copyBits(BitOffset, BitWidth, FullBitWidth,
405403
TargetEndianness);

0 commit comments

Comments
 (0)