Add an !eq() operator to TableGen. It operates on strings only.
authorDavid Greene <greened@obbligato.org>
Tue, 5 Jan 2010 19:11:42 +0000 (19:11 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 5 Jan 2010 19:11:42 +0000 (19:11 +0000)
commit6786d5e18387465d6106eaef0b7923526ef0bc10
tree3665a60a078ae910aeff79fc75a4c8eb9f918781
parent5f7775c85e60aa659ac76c4b18f7a1f6494f23e2
Add an !eq() operator to TableGen.  It operates on strings only.
Use !cast<string>() to compare other types of objects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92754 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TableGenFundamentals.html
test/TableGen/eq.td [new file with mode: 0644]
utils/TableGen/Record.cpp
utils/TableGen/Record.h
utils/TableGen/TGLexer.cpp
utils/TableGen/TGLexer.h
utils/TableGen/TGParser.cpp