From c5d1d56731d810f99dc57fbea68826ae60027128 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. llvm-svn: 374647 --- llvm/lib/Transforms/IPO/Attributor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp index 4b39353..787a36c 100644 --- a/llvm/lib/Transforms/IPO/Attributor.cpp +++ b/llvm/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.7.4