[llvm-commits] [llvm] r96983 - /llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td

Richard Osborne richard at xmos.com
Tue Feb 23 13:08:11 PST 2010


Author: friedgold
Date: Tue Feb 23 15:08:11 2010
New Revision: 96983

URL: http://llvm.org/viewvc/llvm-project?rev=96983&view=rev
Log:
Don't mark call instruction as a barrier.

Modified:
    llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td

Modified: llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td?rev=96983&r1=96982&r2=96983&view=diff
==============================================================================
--- llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td (original)
+++ llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td Tue Feb 23 15:08:11 2010
@@ -703,7 +703,7 @@
                           "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<





More information about the llvm-commits mailing list