Delete CodeInit and CodeRecTy from TableGen.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 13 Jan 2012 03:38:34 +0000 (03:38 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 13 Jan 2012 03:38:34 +0000 (03:38 +0000)
commit8dd6f0c8353f80de6526810899f271d539f6929c
tree0d369ea673fc3ed4d893afbf157f6871a6fa1b55
parentebaf92c67dac4974f98a08f8096d3eb2f4edd09d
Delete CodeInit and CodeRecTy from TableGen.

The code type was always identical to a string anyway. Now it is simply
a synonym. The code literal syntax [{...}] is still valid.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148092 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TableGen/Record.h
lib/TableGen/Record.cpp
lib/TableGen/TGParser.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenRegisters.cpp