diff options
author | Qirun Zhang <helloqirun@gmail.com> | 2012-02-04 03:15:26 +0000 |
---|---|---|
committer | Qirun Zhang <helloqirun@gmail.com> | 2012-02-04 03:15:26 +0000 |
commit | dabce3f4e92b71a3438ca5023902d59527fb13c6 (patch) | |
tree | fcc520983473adf966f5864690fcf58da93abb63 /llvm/lib/Analysis/DomPrinter.cpp | |
parent | a7a29c17e09cd00e4915d78fc4189190d7678498 (diff) | |
download | bcm5719-llvm-dabce3f4e92b71a3438ca5023902d59527fb13c6.tar.gz bcm5719-llvm-dabce3f4e92b71a3438ca5023902d59527fb13c6.zip |
test commit.
add a blank line.
llvm-svn: 149757
Diffstat (limited to 'llvm/lib/Analysis/DomPrinter.cpp')
-rw-r--r-- | llvm/lib/Analysis/DomPrinter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/DomPrinter.cpp b/llvm/lib/Analysis/DomPrinter.cpp index cde431459d5..09f0af01a08 100644 --- a/llvm/lib/Analysis/DomPrinter.cpp +++ b/llvm/lib/Analysis/DomPrinter.cpp @@ -195,6 +195,7 @@ INITIALIZE_PASS(PostDomOnlyPrinter, "dot-postdom-only", "(with no function bodies)", false, false) + // Create methods available outside of this file, to use them // "include/llvm/LinkAllPasses.h". Otherwise the pass would be deleted by // the link time optimization. |