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 &&


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to