summaryrefslogtreecommitdiff
path: root/lib/Analysis/DomPrinter.cpp
diff options
context:
space:
mode:
authorQirun Zhang <helloqirun@gmail.com>2012-02-04 03:18:47 +0000
committerQirun Zhang <helloqirun@gmail.com>2012-02-04 03:18:47 +0000
commitfd4b8e2bac9db13abfb2951b4f9ec5b1b56bd23c (patch)
tree026e4721cdbc43259246da268a924229ef0c4e94 /lib/Analysis/DomPrinter.cpp
parent940fbd6d66e749481e1abab864b50e0fcd346c14 (diff)
downloadllvm-fd4b8e2bac9db13abfb2951b4f9ec5b1b56bd23c.tar.gz
llvm-fd4b8e2bac9db13abfb2951b4f9ec5b1b56bd23c.tar.bz2
llvm-fd4b8e2bac9db13abfb2951b4f9ec5b1b56bd23c.tar.xz
remove the blank line from previous ci.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DomPrinter.cpp')
-rw-r--r--lib/Analysis/DomPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/DomPrinter.cpp b/lib/Analysis/DomPrinter.cpp
index 09f0af01a0..cde431459d 100644
--- a/lib/Analysis/DomPrinter.cpp
+++ b/lib/Analysis/DomPrinter.cpp
@@ -195,7 +195,6 @@ 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.