From 7e02e52e9a816a427906a6cf91ba54af2d83518c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 22 Jan 2010 19:51:08 +0000 Subject: 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 --- test/CodeGen/X86/unaligned-load.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/unaligned-load.ll') diff --git a/test/CodeGen/X86/unaligned-load.ll b/test/CodeGen/X86/unaligned-load.ll index 9fb72a8d45..b61803d10c 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: -- cgit v1.2.3