[SystemZ] Fix getTargetNodeName
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 4 May 2015 17:39:40 +0000 (17:39 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 4 May 2015 17:39:40 +0000 (17:39 +0000)
commit1c6f07d6161e67ec7440675e7dd029bd96a06cd0
tree9e9331693b18791a99ab51a085eb2c455a605838
parent204d0ee01fd06b0e50ad992940be639f69651a15
[SystemZ] Fix getTargetNodeName

It seems SystemZTargetLowering::getTargetNodeName got out of sync with
some recent changes to the SystemZISD opcode list.  Add back all the
missing opcodes (and re-sort to the same order as SystemISelLowering.h).

llvm-svn: 236430
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp