JMPL has a delay slot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-06-18 08:18:54 +00:00
parent 0735920173
commit fbaae01269
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ static bool hasDelaySlot (unsigned Opcode) {
case V8::BLEU:
case V8::BNE:
case V8::CALL:
case V8::JMPLrr:
case V8::RETL:
return true;
default:

View File

@ -66,6 +66,7 @@ static bool hasDelaySlot (unsigned Opcode) {
case V8::BLEU:
case V8::BNE:
case V8::CALL:
case V8::JMPLrr:
case V8::RETL:
return true;
default: