whitespace

llvm-svn: 91307
This commit is contained in:
Jim Grosbach 2009-12-14 18:36:32 +00:00
parent 5e0d2a2df6
commit 3cdb555e0f
1 changed files with 0 additions and 1 deletions

View 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!",