summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-stress/llvm-stress.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-12 11:39:04 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-12 11:39:04 +0000
commit3bdf043c98b35def6017c869ac78134fe700bb68 (patch)
treed0fbbf9a2d219ca33ed1aa85e77609cd1d42bb45 /llvm/tools/llvm-stress/llvm-stress.cpp
parent809403ff3f67b39066954ee2e9a5aa9c6b3b6f28 (diff)
downloadbcm5719-llvm-3bdf043c98b35def6017c869ac78134fe700bb68.tar.gz
bcm5719-llvm-3bdf043c98b35def6017c869ac78134fe700bb68.zip
[PM] Update one user of the printing pass API that I missed.
llvm-svn: 199046
Diffstat (limited to 'llvm/tools/llvm-stress/llvm-stress.cpp')
-rw-r--r--llvm/tools/llvm-stress/llvm-stress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-stress/llvm-stress.cpp b/llvm/tools/llvm-stress/llvm-stress.cpp
index 455b111361f..38f60d7b440 100644
--- a/llvm/tools/llvm-stress/llvm-stress.cpp
+++ b/llvm/tools/llvm-stress/llvm-stress.cpp
@@ -713,7 +713,7 @@ int main(int argc, char **argv) {
PassManager Passes;
Passes.add(createVerifierPass());
- Passes.add(createPrintModulePass(&Out->os()));
+ Passes.add(createPrintModulePass(Out->os()));
Passes.run(*M.get());
Out->keep();
OpenPOWER on IntegriCloud