aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-06-18 08:18:54 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-06-18 08:18:54 +0000
commitfbaae01269b580ca12d7b5ae131986dd001041fe (patch)
treec1c5b44b5db7fc0d4fdf828d947e379d9cc52638 /lib/Target/Sparc
parent0735920173891af2b868cce5b7aa98abd2420ff8 (diff)
JMPL has a delay slot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14227 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc')
-rw-r--r--lib/Target/Sparc/DelaySlotFiller.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Sparc/DelaySlotFiller.cpp b/lib/Target/Sparc/DelaySlotFiller.cpp
index af9b25c6d0..c6606b6453 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: