From 57af4ece60041c78682244c466d5a579ca5adf84 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 27 Jul 2009 15:52:58 +0000 Subject: [PATCH] update testcase. llvm-svn: 77192 --- llvm/test/CodeGen/X86/global-sections.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/global-sections.ll b/llvm/test/CodeGen/X86/global-sections.ll index ddfb352..4dbcda7 100644 --- a/llvm/test/CodeGen/X86/global-sections.ll +++ b/llvm/test/CodeGen/X86/global-sections.ll @@ -37,7 +37,7 @@ ; _Complex long long const G4 = 34; @G4 = constant {i64,i64} { i64 34, i64 0 } -; DARWIN: .const +; DARWIN: .literal16 ; DARWIN: _G4: ; DARWIN: .long 34 -- 2.7.4