Don't mark call instruction as a barrier.
authorRichard Osborne <richard@xmos.com>
Tue, 23 Feb 2010 21:08:11 +0000 (21:08 +0000)
committerRichard 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

index f2acb7d982923ded9b96a3f60e4d955852a0d57c..46805d59ae9d840b6161e133d9aa0f61b10922ad 100644 (file)
@@ -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<