diff options
| author | Dan Gohman <gohman@apple.com> | 2007-06-04 16:11:03 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2007-06-04 16:11:03 +0000 |
| commit | a23ef8a8f2cd35295fe1ff0f42d7a2dbe41a1a20 (patch) | |
| tree | 095e5c196e2bac103b01fa37f73a296a58e19ad6 /llvm/utils/TableGen/CodeGenTarget.h | |
| parent | 92a7f3a65eea6129fa41b84d92313a87e0673da4 (diff) | |
| download | bcm5719-llvm-a23ef8a8f2cd35295fe1ff0f42d7a2dbe41a1a20.tar.gz bcm5719-llvm-a23ef8a8f2cd35295fe1ff0f42d7a2dbe41a1a20.zip | |
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.
llvm-svn: 37412
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.h')
| -rw-r--r-- | llvm/utils/TableGen/CodeGenTarget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.h b/llvm/utils/TableGen/CodeGenTarget.h index bd403402ca4..7151b7e4bc6 100644 --- a/llvm/utils/TableGen/CodeGenTarget.h +++ b/llvm/utils/TableGen/CodeGenTarget.h @@ -37,7 +37,6 @@ enum SDNP { SDNPCommutative, SDNPAssociative, SDNPHasChain, /// corresponds to. MVT::ValueType getValueType(Record *Rec, const CodeGenTarget *CGT = 0); -std::ostream &operator<<(std::ostream &OS, MVT::ValueType T); std::string getName(MVT::ValueType T); std::string getEnumName(MVT::ValueType T); |

