[all-commits] [llvm/llvm-project] 8ff81d: [clang][Interp][NFC] Remove some redundant code
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Nov 11 21:38:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ff81deeaa71ec5792c480c9b962f7c48753e0a6
https://github.com/llvm/llvm-project/commit/8ff81deeaa71ec5792c480c9b962f7c48753e0a6
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-11-12 (Sun, 12 Nov 2023)
Changed paths:
M clang/lib/AST/Interp/Function.cpp
M clang/lib/AST/Interp/Function.h
M clang/lib/AST/Interp/Interp.cpp
Log Message:
-----------
[clang][Interp][NFC] Remove some redundant code
The needsRuntimeArgPop() stuff is now handled by the
cleanupAfterFunctionCall() function.
More information about the All-commits
mailing list