diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-07-27 15:52:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-07-27 15:52:58 +0000 |
| commit | 57af4ece60041c78682244c466d5a579ca5adf84 (patch) | |
| tree | 665bd6639273a18b6b1feb250ff68fe5bc727f18 | |
| parent | 469ae8ac54a25971f8f81506a016120eea393c5a (diff) | |
| download | bcm5719-llvm-57af4ece60041c78682244c466d5a579ca5adf84.tar.gz bcm5719-llvm-57af4ece60041c78682244c466d5a579ca5adf84.zip | |
update testcase.
llvm-svn: 77192
| -rw-r--r-- | llvm/test/CodeGen/X86/global-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/global-sections.ll b/llvm/test/CodeGen/X86/global-sections.ll index ddfb3523910..4dbcda76700 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 |

