1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00

JMPL has a delay slot.

llvm-svn: 14227
This commit is contained in:
Brian Gaeke 2004-06-18 08:18:54 +00:00
parent 2a5dec63a6
commit f5697cf56c

View File

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