aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/unaligned-load.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-28 19:58:07 +0000
committerChris Lattner <sabre@nondot.org>2010-04-28 19:58:07 +0000
commite87f7bb50e1d08a09e29252806f6502dcff0539d (patch)
treeda2eb282d465a5721e0614235d55f0a5170709e5 /test/CodeGen/X86/unaligned-load.ll
parent54fc4d6a48b32772b1a114a43e20de521257899b (diff)
downloadexternal_llvm-e87f7bb50e1d08a09e29252806f6502dcff0539d.zip
external_llvm-e87f7bb50e1d08a09e29252806f6502dcff0539d.tar.gz
external_llvm-e87f7bb50e1d08a09e29252806f6502dcff0539d.tar.bz2
Rework global alignment computation again. Now we do round up
alignment of globals to the preferred alignment, but only when there is no section specified on the global (by far the common case). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102515 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 b26097f..a99af06 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 3
+; CORE2: .align 4
; CORE2-NEXT: _.str1:
; CORE2-NEXT: .asciz "DHRYSTONE PROGRAM, SOME STRING"
-; CORE2: .align 3
+; CORE2: .align 4
; CORE2-NEXT: _.str3: