summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2010-02-23 21:08:11 +0000
committerRichard Osborne <richard@xmos.com>2010-02-23 21:08:11 +0000
commit00fb2ce233dd3f182aa4365c77c2addf2a657262 (patch)
treeb509c3b3d66cf904c597c2f79b23e70d57b6c23d /llvm/lib/Target
parent15983e57d6e8d3074f96051457a28e3879c8635c (diff)
downloadbcm5719-llvm-00fb2ce233dd3f182aa4365c77c2addf2a657262.tar.gz
bcm5719-llvm-00fb2ce233dd3f182aa4365c77c2addf2a657262.zip
Don't mark call instruction as a barrier.
llvm-svn: 96983
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/XCore/XCoreInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreInstrInfo.td b/llvm/lib/Target/XCore/XCoreInstrInfo.td
index f2acb7d9829..46805d59ae9 100644
--- a/llvm/lib/Target/XCore/XCoreInstrInfo.td
+++ b/llvm/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<
OpenPOWER on IntegriCloud