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

Qirun Zhang helloqirun at gmail.com
Fri Feb 3 19:15:26 PST 2012


Author: helloqirun
Date: Fri Feb  3 21:15:26 2012
New Revision: 149757

URL: http://llvm.org/viewvc/llvm-project?rev=149757&view=rev
Log:
test commit.
add a blank line.

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=149757&r1=149756&r2=149757&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/DomPrinter.cpp (original)
+++ llvm/trunk/lib/Analysis/DomPrinter.cpp Fri Feb  3 21:15:26 2012
@@ -195,6 +195,7 @@
                 "(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