[llvm-branch-commits] [llvm-branch] r91308 - /llvm/branches/Apple/Zoidberg/lib/Target/ARM/ARMInstrInfo.td

Jim Grosbach grosbach at apple.com
Mon Dec 14 10:36:53 PST 2009


Author: grosbach
Date: Mon Dec 14 12:36:53 2009
New Revision: 91308

URL: http://llvm.org/viewvc/llvm-project?rev=91308&view=rev
Log:
merge 91307

Modified:
    llvm/branches/Apple/Zoidberg/lib/Target/ARM/ARMInstrInfo.td

Modified: llvm/branches/Apple/Zoidberg/lib/Target/ARM/ARMInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Zoidberg/lib/Target/ARM/ARMInstrInfo.td?rev=91308&r1=91307&r2=91308&view=diff

==============================================================================
--- llvm/branches/Apple/Zoidberg/lib/Target/ARM/ARMInstrInfo.td (original)
+++ llvm/branches/Apple/Zoidberg/lib/Target/ARM/ARMInstrInfo.td Mon Dec 14 12:36:53 2009
@@ -1680,7 +1680,6 @@
       "${:comment} ATOMIC_SWAP_I32 PSEUDO!",
       [(set GPR:$dst, (atomic_swap_32 GPR:$ptr, GPR:$new))]>;
 
-
     def ATOMIC_CMP_SWAP_I8 : PseudoInst<
       (outs GPR:$dst), (ins GPR:$ptr, GPR:$old, GPR:$new), NoItinerary,
       "${:comment} ATOMIC_CMP_SWAP_I8 PSEUDO!",





More information about the llvm-branch-commits mailing list