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 | 940fbd6d66e749481e1abab864b50e0fcd346c14 (patch) | |
tree | d7da4d87c283499ff70c68a05749310d0feee660 /lib | |
parent | 965a166eb7423e201b37ddf38ef0f411464e331b (diff) |
test commit.
add a blank line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Analysis/DomPrinter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/DomPrinter.cpp b/lib/Analysis/DomPrinter.cpp index cde431459d..09f0af01a0 100644 --- a/lib/Analysis/DomPrinter.cpp +++ b/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. |