remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat,
authorChris Lattner <sabre@nondot.org>
Fri, 31 Jul 2009 20:43:26 +0000 (20:43 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 31 Jul 2009 20:43:26 +0000 (20:43 +0000)
commit1db511cc911be75c18fb8e64a22fc5d25e479b10
tree49b5545f418c6ca192da028d7d37ebe25b89cabd
parent78a0e1bd53016d8827723f6a131bbe632a6c4f81
remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat,
because it just calls the default impl.

Remove the PPCDarwinTargetAsmInfo version of PreferredEHDataFormat because
it just returns DW_EH_PE_absptr unless on 10.6.  However, 10.6 doesn't support
PPC, so the default impl is just fine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77724 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
lib/Target/PowerPC/PPCTargetAsmInfo.h