summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2016-04-26 20:15:52 +0000
committerJustin Bogner <mail@justinbogner.com>2016-04-26 20:15:52 +0000
commit4563a06cee2e669a0e075ce98d0484adc7593dd4 (patch)
treed8dc1ce64cb6d70e9ecc30cb408dfc9216cabe55 /llvm/test
parent7756127077d8cbde40deb47b2f2d2f6ef8d41b77 (diff)
downloadbcm5719-llvm-4563a06cee2e669a0e075ce98d0484adc7593dd4.tar.gz
bcm5719-llvm-4563a06cee2e669a0e075ce98d0484adc7593dd4.zip
PM: Port Internalize to the new pass manager
llvm-svn: 267596
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/Internalize/used.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/Internalize/used.ll b/llvm/test/Transforms/Internalize/used.ll
index 85b85acd508..7c1c7413d46 100644
--- a/llvm/test/Transforms/Internalize/used.ll
+++ b/llvm/test/Transforms/Internalize/used.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -internalize -S | FileCheck %s
+; RUN: opt < %s -passes=internalize -S | FileCheck %s
@llvm.used = appending global [1 x void ()*] [void ()* @f], section "llvm.metadata"
OpenPOWER on IntegriCloud