From: Chris Lattner Date: Fri, 22 Jan 2010 19:51:08 +0000 (+0000) Subject: make this less constrained, we want blank lines between globals. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7e02e52e9a816a427906a6cf91ba54af2d83518c;p=oota-llvm.git make this less constrained, we want blank lines between globals. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94201 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/unaligned-load.ll b/test/CodeGen/X86/unaligned-load.ll index 9fb72a8d459..b61803d10ce 100644 --- a/test/CodeGen/X86/unaligned-load.ll +++ b/test/CodeGen/X86/unaligned-load.ll @@ -23,5 +23,5 @@ declare void @llvm.memcpy.i64(i8* nocapture, i8* nocapture, i64, i32) nounwind ; CHECK: .align 3 ; CHECK-NEXT: _.str1: ; CHECK-NEXT: .asciz "DHRYSTONE PROGRAM, SOME STRING" -; CHECK-NEXT: .align 3 +; CHECK: .align 3 ; CHECK-NEXT: _.str3: