[llvm-commits] [llvm] r149758 - /llvm/trunk/lib/Analysis/DomPrinter.cpp

Qirun Zhang helloqirun at gmail.com
Fri Feb 3 19:18:47 PST 2012


Author: helloqirun
Date: Fri Feb  3 21:18:47 2012
New Revision: 149758

URL: http://llvm.org/viewvc/llvm-project?rev=149758&view=rev
Log:
remove the blank line from previous ci.

Modified:
    llvm/trunk/lib/Analysis/DomPrinter.cpp

Modified: llvm/trunk/lib/Analysis/DomPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/DomPrinter.cpp?rev=149758&r1=149757&r2=149758&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/DomPrinter.cpp (original)
+++ llvm/trunk/lib/Analysis/DomPrinter.cpp Fri Feb  3 21:18:47 2012
@@ -195,7 +195,6 @@
                 "(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.





More information about the llvm-commits mailing list