From: Brian Gaeke Date: Fri, 18 Jun 2004 08:18:54 +0000 (+0000) Subject: JMPL has a delay slot. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fbaae01269b580ca12d7b5ae131986dd001041fe;p=oota-llvm.git JMPL has a delay slot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14227 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/DelaySlotFiller.cpp b/lib/Target/Sparc/DelaySlotFiller.cpp index af9b25c6d09..c6606b64532 100644 --- a/lib/Target/Sparc/DelaySlotFiller.cpp +++ b/lib/Target/Sparc/DelaySlotFiller.cpp @@ -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: diff --git a/lib/Target/SparcV8/DelaySlotFiller.cpp b/lib/Target/SparcV8/DelaySlotFiller.cpp index af9b25c6d09..c6606b64532 100644 --- a/lib/Target/SparcV8/DelaySlotFiller.cpp +++ b/lib/Target/SparcV8/DelaySlotFiller.cpp @@ -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: