Change BitsInit to inherit from TypedInit.
authorPete Cooper <peter_cooper@apple.com>
Thu, 7 Aug 2014 05:47:04 +0000 (05:47 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 7 Aug 2014 05:47:04 +0000 (05:47 +0000)
commit2093e2cb43800707d1cc3156ee753282db51fb7c
treeee0279c96d27c965447450f694111b819e9f0972
parent42c1227fd99a396d83e15317c4cc17d6552379c3
Change BitsInit to inherit from TypedInit.

This is useful in a later patch where binary literals such as 0b000 will become BitsInit values instead of IntInit values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215085 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TableGen/Record.h
test/TableGen/if.td
test/TableGen/list-element-bitref.td
utils/TableGen/CodeGenInstruction.cpp