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)
commit069f95f926a5f513684beaaac6e2ca31651055f2
treed93350d41a2f43faeae813cf06c4d8614dd05bc0
parent885140c951801c0053930e933094613f66b17fec
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.

llvm-svn: 186406
llvm/lib/Target/ARM/ARMISelLowering.cpp