OSDN Git Service

one important bugfix: PPC32 didn't have both elf and macho support for
authorChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 19:20:53 +0000 (19:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 19:20:53 +0000 (19:20 +0000)
commit1fa3d9ef93578970b2e0506104b96c3ffaa42bcf
tree3bf1efcf1fcf6ee204911553487c99a1718852ff
parentc25904f23a361d6550b7a2f5446707a6df31c3fb
one important bugfix: PPC32 didn't have both elf and macho support for
external symbols and global addresses.  Add the missing ones.

one important workaround: PPCISD::CALL is matched by both PPCcall_ELF
and PPCcall_Macho, disable the _ELF patterns for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34601 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td