[llvm-commits] [llvm] r140903 - /llvm/trunk/test/CodeGen/X86/alignment.ll

Bill Wendling isanbard at gmail.com
Fri Sep 30 16:21:11 PDT 2011


Author: void
Date: Fri Sep 30 18:21:11 2011
New Revision: 140903

URL: http://llvm.org/viewvc/llvm-project?rev=140903&view=rev
Log:
Add new line at end of file.

Modified:
    llvm/trunk/test/CodeGen/X86/alignment.ll

Modified: llvm/trunk/test/CodeGen/X86/alignment.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/alignment.ll?rev=140903&r1=140902&r2=140903&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/alignment.ll (original)
+++ llvm/trunk/test/CodeGen/X86/alignment.ll Fri Sep 30 18:21:11 2011
@@ -40,4 +40,4 @@
 ; CHECK: 	.comm	GlobalBS,384,8
 
 @GlobalCS = common global { [384 x i8] } zeroinitializer, align 2, section "foo"
-; CHECK: 	.comm	GlobalCS,384,2
\ No newline at end of file
+; CHECK: 	.comm	GlobalCS,384,2





More information about the llvm-commits mailing list