whitespace
authorJim Grosbach <grosbach@apple.com>
Mon, 14 Dec 2009 18:36:32 +0000 (18:36 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 14 Dec 2009 18:36:32 +0000 (18:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91307 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 470bd53675f89c46740259fa291d189fa102e1d6..814f50656f544b2e49986416f7f91800b8a6e836 100644 (file)
@@ -1684,7 +1684,6 @@ let usesCustomInserter = 1 in {
       "${: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!",