From: Richard Osborne Date: Tue, 23 Feb 2010 21:08:11 +0000 (+0000) Subject: Don't mark call instruction as a barrier. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8acf71baed08b430e77155404254bdde7ba60997;p=oota-llvm.git Don't mark call instruction as a barrier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96983 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/XCore/XCoreInstrInfo.td b/lib/Target/XCore/XCoreInstrInfo.td index f2acb7d9829..46805d59ae9 100644 --- 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<