Fix an error message regression. Print:
authorChris Lattner <sabre@nondot.org>
Tue, 20 Jun 2006 00:56:37 +0000 (00:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Jun 2006 00:56:37 +0000 (00:56 +0000)
commit02cdb377eca9fedd28180fa396222e78c8e7134a
treee54e03c59bab553988f0b8e8b5c115326c3e5091
parent4e85e64007e8561558e7d3e05a59cbfcc48d5bcc
Fix an error message regression.  Print:
  LI8:    (LI8:i64 (imm:i64):$imm)
instead of:
  LI8:    (LI8:MVT::i64 (imm:MVT::i64):$imm)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28868 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp