the name field of instructions is never set to a non-empty string,
authorChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 04:57:31 +0000 (04:57 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 04:57:31 +0000 (04:57 +0000)
commitaf3eb7c7583555ea5fd08e99f28b0042811e4dc2
treec66390dce32f5f54ceff5671a4c981902a2a8d6f
parent7358c193fd2c7e6cc844f72e2203cbdb7692759f
the name field of instructions is never set to a non-empty string,
just unconditionally use the def name of the instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45684 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/InstrInfoEmitter.cpp