Fix for PR1095:
authorBill Wendling <isanbard@gmail.com>
Tue, 16 Jan 2007 03:42:04 +0000 (03:42 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 16 Jan 2007 03:42:04 +0000 (03:42 +0000)
commiteb9a42c90bf7e21ad8544315a65f86b668cc0277
tree553d86fe602ecf7369e88d4deff2c664f92fdd0b
parent8f3f3d103a8b92bd0514ab5998865205e17ef550
Fix for PR1095:
LLVM would miscompile ASM dialects when compiling for PPC. Added dialects for
the X86 and PPC backends. It defaults to "0", the first variant of a compound
inline asm expression.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33246 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
lib/CodeGen/AsmPrinter.cpp
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
lib/Target/TargetAsmInfo.cpp
lib/Target/X86/X86TargetAsmInfo.cpp
lib/Target/X86/X86TargetAsmInfo.h
test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll [new file with mode: 0644]