diff options
author | Qirun Zhang <helloqirun@gmail.com> | 2012-02-04 03:18:47 +0000 |
---|---|---|
committer | Qirun Zhang <helloqirun@gmail.com> | 2012-02-04 03:18:47 +0000 |
commit | e788fac623f84d59e8fc1434e15b70b6685f97e6 (patch) | |
tree | 505a3f28b9385fede31cb20ae29b3439f302e47c | |
parent | dabce3f4e92b71a3438ca5023902d59527fb13c6 (diff) | |
download | bcm5719-llvm-e788fac623f84d59e8fc1434e15b70b6685f97e6.tar.gz bcm5719-llvm-e788fac623f84d59e8fc1434e15b70b6685f97e6.zip |
remove the blank line from previous ci.
llvm-svn: 149758
-rw-r--r-- | llvm/lib/Analysis/DomPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DomPrinter.cpp b/llvm/lib/Analysis/DomPrinter.cpp index 09f0af01a08..cde431459d5 100644 --- a/llvm/lib/Analysis/DomPrinter.cpp +++ b/llvm/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. |