For a tablegen expression such as !if(a,b,c), let 'a'
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 17 Jun 2010 00:31:36 +0000 (00:31 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 17 Jun 2010 00:31:36 +0000 (00:31 +0000)
commiteba8f1893b5d8b115fc4d537cddf02f1a9269dda
tree3809907dbc8b86973929558b22c440d12f9d8593
parente3f647360c5ac01c54441c98d21350c8801a7785
For a tablegen expression such as !if(a,b,c), let 'a'
be evaluated for 'bit' operators

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