Compile C strings to:
authorChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 18:09:27 +0000 (18:09 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 18:09:27 +0000 (18:09 +0000)
commit2a21c6e86101c857d683e7bdefb775654ccab7e3
tree158666f7b4e29aeff75b3f214de9704e3b18df50
parent2980cefb809c60aa1d7dd85adfc2c269f731de88
Compile C strings to:

l1__2E_str_1:                           ; '.str_1'
        .asciz  "foo"

not:

        .align  0
l1__2E_str_1:                           ; '.str_1'
        .asciz  "foo"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter.cpp