summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PGOProfile/icp_invoke.ll
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-05-16 16:31:07 +0000
committerXinliang David Li <davidxl@google.com>2016-05-16 16:31:07 +0000
commitf3c7a3523857a4b8d6aa50bcc14e4a379d6388c7 (patch)
tree694cb52baa4d336c54ecbd8c6dc986e76e448cff /llvm/test/Transforms/PGOProfile/icp_invoke.ll
parente43198dc4b8bcce0518575d16bff52a6d38cea1f (diff)
downloadbcm5719-llvm-f3c7a3523857a4b8d6aa50bcc14e4a379d6388c7.tar.gz
bcm5719-llvm-f3c7a3523857a4b8d6aa50bcc14e4a379d6388c7.zip
[PM] Port indirect call promotion pass to new pass manager
llvm-svn: 269660
Diffstat (limited to 'llvm/test/Transforms/PGOProfile/icp_invoke.ll')
-rw-r--r--llvm/test/Transforms/PGOProfile/icp_invoke.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/PGOProfile/icp_invoke.ll b/llvm/test/Transforms/PGOProfile/icp_invoke.ll
index 773bd6fc816..a6bf5a87095 100644
--- a/llvm/test/Transforms/PGOProfile/icp_invoke.ll
+++ b/llvm/test/Transforms/PGOProfile/icp_invoke.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -icp-lto -pgo-icall-prom -S -icp-count-threshold=0 | FileCheck %s --check-prefix=ICP
+; RUN: opt < %s -icp-lto -passes=pgo-icall-prom -S -icp-count-threshold=0 | FileCheck %s --check-prefix=ICP
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
OpenPOWER on IntegriCloud