diff options
| author | Dan Gohman <gohman@apple.com> | 2009-08-13 01:36:44 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-08-13 01:36:44 +0000 |
| commit | ef3d457126bc1d990e86c2b0ccc43f49cc8d6e52 (patch) | |
| tree | 9cbad6747dc8bba67cce782aaf4b83d1a32fbb17 /llvm/test/CodeGen/X86 | |
| parent | e5515289fad5f53d9bda6ce134e03d33c2b1d1ea (diff) | |
| download | bcm5719-llvm-ef3d457126bc1d990e86c2b0ccc43f49cc8d6e52.tar.gz bcm5719-llvm-ef3d457126bc1d990e86c2b0ccc43f49cc8d6e52.zip | |
Various AsmWriter output cleanups. Use WriteAsOperand instead of
PrintUnmangledNameSafely.
llvm-svn: 78878
Diffstat (limited to 'llvm/test/CodeGen/X86')
| -rw-r--r-- | llvm/test/CodeGen/X86/global-sections.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/global-sections.ll b/llvm/test/CodeGen/X86/global-sections.ll index 0fcb17f1989..a3eaa5f1031 100644 --- a/llvm/test/CodeGen/X86/global-sections.ll +++ b/llvm/test/CodeGen/X86/global-sections.ll @@ -75,9 +75,9 @@ ; LINUX: .type G6,@object ; LINUX: .section .gnu.linkonce.r.G6,"a",@progbits ; LINUX: .weak G6 -; LINUX: G6: # G6 -; LINUX: .size G6, 1 +; LINUX: G6: ; LINUX: .ascii "\001" +; LINUX: .size G6, 1 ; DARWIN: .section __TEXT,__const_coal,coalesced ; DARWIN: .globl _G6 |

