[clang] 1251687 - [clang][bytecode][NFC] Remove a leftover dump call

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 17 03:40:24 PDT 2024


Author: Timm Bäder
Date: 2024-10-17T12:40:14+02:00
New Revision: 125168744810fffff4aba039208afd9ffe1d11b1

URL: https://github.com/llvm/llvm-project/commit/125168744810fffff4aba039208afd9ffe1d11b1
DIFF: https://github.com/llvm/llvm-project/commit/125168744810fffff4aba039208afd9ffe1d11b1.diff

LOG: [clang][bytecode][NFC] Remove a leftover dump call

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/ByteCode/Interp.cpp b/clang/lib/AST/ByteCode/Interp.cpp
index 40137de19c4e1b..fdc4b38b8aa6dc 100644
--- a/clang/lib/AST/ByteCode/Interp.cpp
+++ b/clang/lib/AST/ByteCode/Interp.cpp
@@ -1040,7 +1040,6 @@ bool Free(InterpState &S, CodePtr OpPC, bool DeleteIsArrayForm,
         return nullptr;
       };
 
-      AllocType->dump();
       if (const FunctionDecl *VirtualDelete =
               getVirtualOperatorDelete(AllocType);
           VirtualDelete &&


        


More information about the cfe-commits mailing list