blr is a branch too

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26710 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-03-11 21:49:49 +00:00
parent 74cfb7d7b3
commit 9c2c38674a

View File

@ -79,6 +79,7 @@ PPCHazardRecognizer970::GetInstrType(unsigned Opcode) {
case PPC::BCTRL:
case PPC::BL:
case PPC::BLA:
case PPC::BLR:
return BR;
case PPC::MCRF:
case PPC::MFCR: