OSDN Git Service

Use .set instead of = when printing assignment in assembly output
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 27 Mar 2018 16:44:41 +0000 (16:44 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 27 Mar 2018 16:44:41 +0000 (16:44 +0000)
commit9273bb3570eae2087008131d20370050bd1a4a41
treee19a9ae76bcf722de3b9c7448d453039052f5099
parent4153b00c216502969f87e612c616715811166d2b
Use .set instead of = when printing assignment in assembly output

On Hexagon "x = y" is a syntax used in most instructions, and is not
treated as a directive.

Differential Revision: https://reviews.llvm.org/D44256

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328635 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
lib/MC/MCAsmStreamer.cpp
test/CodeGen/AArch64/global-merge-1.ll
test/CodeGen/AArch64/global-merge-2.ll
test/CodeGen/AArch64/global-merge-3.ll
test/CodeGen/ARM/alias_store.ll
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/global-merge-dllexport.ll
test/CodeGen/ARM/global-merge-external.ll
test/CodeGen/Mips/hf16call32_body.ll
test/CodeGen/Mips/mips16ex.ll
test/CodeGen/PowerPC/asm-printer-topological-order.ll
test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/alias-gep.ll
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/catchret-empty-fallthrough.ll
test/CodeGen/X86/coff-comdat.ll
test/CodeGen/X86/coff-feat00.ll
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/ifunc-asm.ll
test/CodeGen/X86/lea-opt-memop-check-1.ll
test/CodeGen/X86/localescape.ll
test/CodeGen/X86/pr22019.ll
test/CodeGen/X86/seh-catch-all-win32.ll
test/CodeGen/X86/seh-catchpad.ll
test/CodeGen/X86/seh-finally.ll
test/CodeGen/X86/seh-no-invokes.ll
test/CodeGen/X86/seh-stack-realign.ll
test/CodeGen/XCore/globals.ll
test/CodeGen/XCore/linkage.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
test/MC/AsmParser/assignment.s
test/MC/AsmParser/directive_include.s
test/MC/AsmParser/directive_set.s
test/MC/AsmParser/include.ll
test/MC/AsmParser/labels.s
test/MC/AsmParser/macro-args.s
test/MC/Mips/cpsetup.s