summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/global-sections.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-19 23:14:32 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-19 23:14:32 +0000
commit70955c2d12bd64dbb2faa626ea8fe18abb621e1c (patch)
tree13f14750412bdb9cc4bb934726b2f2da53474167 /test/CodeGen/X86/global-sections.ll
parent36106040862e876a53a56f5765d6d3cd1181dd04 (diff)
downloadllvm-70955c2d12bd64dbb2faa626ea8fe18abb621e1c.tar.gz
llvm-70955c2d12bd64dbb2faa626ea8fe18abb621e1c.tar.bz2
llvm-70955c2d12bd64dbb2faa626ea8fe18abb621e1c.tar.xz
Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135535 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/global-sections.ll')
-rw-r--r--test/CodeGen/X86/global-sections.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/global-sections.ll b/test/CodeGen/X86/global-sections.ll
index d0a1b4d281..194f59765e 100644
--- a/test/CodeGen/X86/global-sections.ll
+++ b/test/CodeGen/X86/global-sections.ll
@@ -43,7 +43,7 @@
; _Complex long long const G4 = 34;
@G4 = unnamed_addr constant {i64,i64} { i64 34, i64 0 }
-; DARWIN: .section __TEXT,__const
+; DARWIN: .section __TEXT,__literal16,16byte_literals
; DARWIN: _G4:
; DARWIN: .long 34