From 1043783862b3dc184d2769231ff9fe2e1832d9c2 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 12 Oct 2019 11:01:52 +0000 Subject: [PATCH] [Attributor] Extend anonymous namespace. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374647 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/Attributor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/IPO/Attributor.cpp b/lib/Transforms/IPO/Attributor.cpp index 4b393539813..787a36cb60c 100644 --- a/lib/Transforms/IPO/Attributor.cpp +++ b/lib/Transforms/IPO/Attributor.cpp @@ -3667,7 +3667,6 @@ struct AAHeapToStackFunction final : public AAHeapToStackImpl { BUILD_STAT_NAME(MallocCalls, Function) += MallocCalls.size(); } }; -} // namespace /// -------------------- Memory Behavior Attributes ---------------------------- /// Includes read-none, read-only, and write-only. @@ -3940,6 +3939,7 @@ struct AAMemoryBehaviorCallSite final : AAMemoryBehaviorImpl { STATS_DECLTRACK_CS_ATTR(writeonly) } }; +} // namespace ChangeStatus AAMemoryBehaviorFunction::updateImpl(Attributor &A) { -- 2.40.0