[llvm] e13179d - [NFC] clang-format OpenMPOpt.cpp
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 16:06:15 PST 2023
Author: Shilei Tian
Date: 2023-01-25T19:05:53-05:00
New Revision: e13179db7ac6cfc5a68facb89f7151ba516bbfb5
URL: https://github.com/llvm/llvm-project/commit/e13179db7ac6cfc5a68facb89f7151ba516bbfb5
DIFF: https://github.com/llvm/llvm-project/commit/e13179db7ac6cfc5a68facb89f7151ba516bbfb5.diff
LOG: [NFC] clang-format OpenMPOpt.cpp
Added:
Modified:
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/IPO/OpenMPOpt.cpp b/llvm/lib/Transforms/IPO/OpenMPOpt.cpp
index bee154dab10fe..928380890186f 100644
--- a/llvm/lib/Transforms/IPO/OpenMPOpt.cpp
+++ b/llvm/lib/Transforms/IPO/OpenMPOpt.cpp
@@ -2530,9 +2530,7 @@ struct AAExecutionDomainFunction : public AAExecutionDomain {
AAExecutionDomainFunction(const IRPosition &IRP, Attributor &A)
: AAExecutionDomain(IRP, A) {}
- ~AAExecutionDomainFunction() {
- delete RPOT;
- }
+ ~AAExecutionDomainFunction() { delete RPOT; }
void initialize(Attributor &A) override {
if (getAnchorScope()->isDeclaration()) {
More information about the llvm-commits
mailing list