aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/unaligned-load.ll
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-04-13 20:36:04 +0000
committerCameron Zwarich <zwarich@apple.com>2011-04-13 20:36:04 +0000
commit1335022e1983d81bd680a082046544af22496054 (patch)
tree65ceeebaa0479357e8040d0e87f013bd8460288d /test/CodeGen/X86/unaligned-load.ll
parentbe7cd7580dc704e3058b874d7573305bd7def9ea (diff)
downloadexternal_llvm-1335022e1983d81bd680a082046544af22496054.zip
external_llvm-1335022e1983d81bd680a082046544af22496054.tar.gz
external_llvm-1335022e1983d81bd680a082046544af22496054.tar.bz2
Fix a regression caused by r102515 where explicit alignment on globals is
ignored. There was a test to catch this, but it was just blindly updated in a large change. This fixes another part of <rdar://problem/9275290>. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/unaligned-load.ll')
-rw-r--r--test/CodeGen/X86/unaligned-load.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/unaligned-load.ll b/test/CodeGen/X86/unaligned-load.ll
index 6a493c0..9f70489 100644
--- a/test/CodeGen/X86/unaligned-load.ll
+++ b/test/CodeGen/X86/unaligned-load.ll
@@ -29,8 +29,8 @@ return:
declare void @llvm.memcpy.i64(i8* nocapture, i8* nocapture, i64, i32) nounwind
; CORE2: .section
-; CORE2: .align 4
+; CORE2: .align 3
; CORE2-NEXT: _.str1:
; CORE2-NEXT: .asciz "DHRYSTONE PROGRAM, SOME STRING"
-; CORE2: .align 4
+; CORE2: .align 3
; CORE2-NEXT: _.str3: