Skip to content

Commit

Permalink
[Attributor] Extend anonymous namespace. NFC.
Browse files Browse the repository at this point in the history
llvm-svn: 374647
  • Loading branch information
d0k committed Oct 12, 2019
1 parent 97c9804 commit c5d1d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Transforms/IPO/Attributor.cpp
Expand Up @@ -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.
Expand Down Expand Up @@ -3940,6 +3939,7 @@ struct AAMemoryBehaviorCallSite final : AAMemoryBehaviorImpl {
STATS_DECLTRACK_CS_ATTR(writeonly)
}
};
} // namespace

ChangeStatus AAMemoryBehaviorFunction::updateImpl(Attributor &A) {

Expand Down

0 comments on commit c5d1d56

Please sign in to comment.