ARM: allow printing of ARM atomic DAG nodes.
authorTim Northover <tnorthover@apple.com>
Tue, 16 Jul 2013 12:15:36 +0000 (12:15 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 16 Jul 2013 12:15:36 +0000 (12:15 +0000)
commitad9a0d27d36f18dff2b2d37dd13b11ed2d07688b
tree557ba211d43482dcde22ab919eafdb3a32932c4e
parentde25544a73acbb1dd99c948ccbea81eedcd34bc9
ARM: allow printing of ARM atomic DAG nodes.

We'd forgotten to provide string representations for the special ARMISD atomic
nodes; this adds them in. No effect on CodeGen, just makes the output of
"-view-whatever-dags" slightly more readable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186406 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp