projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15d5db
)
Add an omitted IsCall=1.
author
Reed Kotler
<rkotler@mips.com>
Thu, 1 Aug 2013 00:59:06 +0000
(
00:59
+0000)
committer
Reed Kotler
<rkotler@mips.com>
Thu, 1 Aug 2013 00:59:06 +0000
(
00:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187553
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/Mips16InstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/Mips16InstrInfo.td
b/lib/Target/Mips/Mips16InstrInfo.td
index aa51aaf465655b2d34ed84bc6f31023a16885689..0131632fbdd28f390c4eb3a8c21bb7e6560e55ff 100644
(file)
--- a/
lib/Target/Mips/Mips16InstrInfo.td
+++ b/
lib/Target/Mips/Mips16InstrInfo.td
@@
-671,6
+671,7
@@
def Jal16 : FJAL16_ins<0b0, "jal", IIAlu> {
let hasDelaySlot = 0; // not true, but we add the nop for now
let isTerminator=1;
let isBarrier=1;
+ let isCall=1;
}
//