[clang] 416e4cd - [clang][bytecode][NFC] Remove leftover debug output

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 7 04:57:01 PST 2024


Author: Timm Bäder
Date: 2024-12-07T13:56:37+01:00
New Revision: 416e4cd332c7421b187844ac9aaf6fe28b575a7d

URL: https://github.com/llvm/llvm-project/commit/416e4cd332c7421b187844ac9aaf6fe28b575a7d
DIFF: https://github.com/llvm/llvm-project/commit/416e4cd332c7421b187844ac9aaf6fe28b575a7d.diff

LOG: [clang][bytecode][NFC] Remove leftover debug output

Added: 
    

Modified: 
    clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp b/clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp
index e26410c0b35e86..e12babc162ce3c 100644
--- a/clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp
+++ b/clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp
@@ -396,10 +396,8 @@ bool clang::interp::DoBitCastPtr(InterpState &S, CodePtr OpPC,
 
             return false;
           }
-          llvm::errs() << "Not all initialized\n";
           return true;
         }
-        llvm::errs() << "All initialized.\n";
 
         auto Memory = Buffer.copyBits(BitOffset, BitWidth, FullBitWidth,
                                       TargetEndianness);


        


More information about the cfe-commits mailing list