[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)
commitd9af71b57472f0124fec34aa15fde5e3fa93f881
tree4dee5ddc32a7766491ad9d459d9e35dc21235353
parentba99a57342343cc771b751c8c1fcb818947e3307
[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).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236430 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SystemZ/SystemZISelLowering.cpp