Make PPCInstrInfo::isPredicated always return false
authorHal Finkel <hfinkel@anl.gov>
Thu, 11 Apr 2013 01:23:34 +0000 (01:23 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 11 Apr 2013 01:23:34 +0000 (01:23 +0000)
commit4b040294816e49413c739825d801042bc76171a7
tree74ef1ae196c1e3a67f3a8f4d2a49ecf815f7e4c3
parentaa3a85e2fadcf33d18b00c1654108e85ef704361
Make PPCInstrInfo::isPredicated always return false

Because of how predication in implemented on PPC (only for branches), I think
that this is the right thing to do.  No functionality change intended.

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