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:
407fbdd
)
Don't mark call instruction as a barrier.
author
Richard Osborne
<richard@xmos.com>
Tue, 23 Feb 2010 21:08:11 +0000
(21:08 +0000)
committer
Richard Osborne
<richard@xmos.com>
Tue, 23 Feb 2010 21:08:11 +0000
(21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96983
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/XCore/XCoreInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/XCore/XCoreInstrInfo.td
b/lib/Target/XCore/XCoreInstrInfo.td
index f2acb7d982923ded9b96a3f60e4d955852a0d57c..46805d59ae9d840b6161e133d9aa0f61b10922ad 100644
(file)
--- a/
lib/Target/XCore/XCoreInstrInfo.td
+++ b/
lib/Target/XCore/XCoreInstrInfo.td
@@
-703,7
+703,7
@@
def LDAP_lu10_ba : _FLU10<(outs),
"ldap r11, $addr",
[(set R11, (pcrelwrapper tblockaddress:$addr))]>;
-let isCall=1,
isBarrier = 1,
+let isCall=1,
// All calls clobber the link register and the non-callee-saved registers:
Defs = [R0, R1, R2, R3, R11, LR] in {
def BL_u10 : _FU10<