diff options
author | Teresa Johnson <tejohnson@google.com> | 2016-08-12 14:03:36 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2016-08-12 14:03:36 +0000 |
commit | 4223dd8559ec307eb57e018ec614c65a363e5d4a (patch) | |
tree | f4014af480600edd941d3218f71988c628be3006 /llvm/test/Bitcode/thinlto-function-summary.ll | |
parent | f93b246f8b22137abe69842ab4a99747d95a7f7a (diff) | |
download | bcm5719-llvm-4223dd8559ec307eb57e018ec614c65a363e5d4a.tar.gz bcm5719-llvm-4223dd8559ec307eb57e018ec614c65a363e5d4a.zip |
[PM] Port NameAnonFunction pass to new pass manager
Summary:
Port the NameAnonFunction pass and add a test.
Depends on D23439.
Reviewers: mehdi_amini
Subscribers: llvm-commits, mehdi_amini
Differential Revision: https://reviews.llvm.org/D23440
llvm-svn: 278509
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary.ll')
-rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary.ll b/llvm/test/Bitcode/thinlto-function-summary.ll index 0ab967dfcad..636b96cb6e9 100644 --- a/llvm/test/Bitcode/thinlto-function-summary.ll +++ b/llvm/test/Bitcode/thinlto-function-summary.ll @@ -1,4 +1,5 @@ ; RUN: opt -name-anon-functions -module-summary < %s | llvm-bcanalyzer -dump | FileCheck %s -check-prefix=BC +; RUN: opt -passes=name-anon-functions -module-summary < %s | llvm-bcanalyzer -dump | FileCheck %s -check-prefix=BC ; Check for summary block/records. ; Check the value ids in the summary entries against the |