blr is a branch too

llvm-svn: 26710
This commit is contained in:
Chris Lattner 2006-03-11 21:49:49 +00:00
parent 4e56b686f1
commit d03132a409
1 changed files with 1 additions and 0 deletions

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: