aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DomPrinter.cpp
diff options
context:
space:
mode:
authorQirun Zhang <helloqirun@gmail.com>2012-02-04 03:15:26 +0000
committerQirun Zhang <helloqirun@gmail.com>2012-02-04 03:15:26 +0000
commit940fbd6d66e749481e1abab864b50e0fcd346c14 (patch)
treed7da4d87c283499ff70c68a05749310d0feee660 /lib/Analysis/DomPrinter.cpp
parent965a166eb7423e201b37ddf38ef0f411464e331b (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/Analysis/DomPrinter.cpp')
-rw-r--r--lib/Analysis/DomPrinter.cpp1
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.