Heed guessInstructionProperties, and stop warning on redundant flags.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 24 Aug 2012 00:31:16 +0000 (00:31 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 24 Aug 2012 00:31:16 +0000 (00:31 +0000)
commit912519a72eb9ed2d8c957ae8b08d95d9e080dac8
treea5a887db9fb9c2ceae072eba2d69b94db0a14778
parent02c63803e5ca3132478a984eae54ad2e3919cb4b
Heed guessInstructionProperties, and stop warning on redundant flags.

Emit TableGen errors if guessInstructionProperties is 0 and
instruction properties can't be inferred from patterns.

Allow explicit instruction properties even when they can be inferred.

This patch doesn't change the TableGen output. Redundant properties
are not yet verified because the tree has errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162516 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h