From 403d5a2c4947fceb2005a1e1249c2b7a6755cb78 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 2 Apr 2010 01:24:08 +0000 Subject: [PATCH] Update this test for the new preferred alignment heuristics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100165 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/global-sections.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/global-sections.ll b/test/CodeGen/X86/global-sections.ll index d79c56bc463..2aba8341353 100644 --- a/test/CodeGen/X86/global-sections.ll +++ b/test/CodeGen/X86/global-sections.ll @@ -113,7 +113,7 @@ ; DARWIN: .globl _G9 ; DARWIN: _G9: -; LINUX: .section .rodata.str4.4,"aMS",@progbits,4 +; LINUX: .section .rodata.str4.16,"aMS",@progbits,4 ; LINUX: .globl G9 ; LINUX:G9