Skip to content

Commit

Permalink
[PM] Update one user of the printing pass API that I missed.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199046 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chandlerc committed Jan 12, 2014
1 parent a5ced5e commit b6458b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llvm-stress/llvm-stress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit b6458b6

Please sign in to comment.