Remove the operator<< for MVT::ValueType in preparation for MVT::ValueType
authorDan Gohman <gohman@apple.com>
Mon, 4 Jun 2007 16:11:03 +0000 (16:11 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 4 Jun 2007 16:11:03 +0000 (16:11 +0000)
commitb9daee9ece898ff5bf8cf354fe2286ad44a357e8
treeb652c6160c59bb963acb2f727c9f06d894000144
parent575e2f4ea874deae3af8a940f30df5348d272190
Remove the operator<< for MVT::ValueType in preparation for MVT::ValueType
being changed from an enum to an integer type, which can't have a custom
operator<< overload.

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