[llvm] r174433 - Added missing newline to end of test case.

Michael Gottesman mgottesman at apple.com
Tue Feb 5 11:39:44 PST 2013


Author: mgottesman
Date: Tue Feb  5 13:39:44 2013
New Revision: 174433

URL: http://llvm.org/viewvc/llvm-project?rev=174433&view=rev
Log:
Added missing newline to end of test case.

Modified:
    llvm/trunk/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll

Modified: llvm/trunk/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll?rev=174433&r1=174432&r2=174433&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll (original)
+++ llvm/trunk/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll Tue Feb  5 13:39:44 2013
@@ -32,4 +32,4 @@ define void @print() {
   ret void
 }
 
-!2009 = metadata !{}
\ No newline at end of file
+!2009 = metadata !{}





More information about the llvm-commits mailing list