Add a better error message when failing to assign one tablegen value to another
authorPete Cooper <peter_cooper@apple.com>
Thu, 31 Jul 2014 01:43:57 +0000 (01:43 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 31 Jul 2014 01:43:57 +0000 (01:43 +0000)
commit040c6a6708a63ab1473919d6224cf6f1c8180815
treec8b4899431be23580b07d2cf0f3c05e0611c7c04
parent8a00302ba46e8b9ddbcbb04945b96fb151d43d7a
Add a better error message when failing to assign one tablegen value to another

This is currently for assigning from one bit init to another.  It can easily be extended to other types.

Test to follow soon in another patch.

llvm-svn: 214374
llvm/lib/TableGen/TGParser.cpp