add some #if 0'd out code for checking that named values in
authorChris Lattner <sabre@nondot.org>
Tue, 23 Feb 2010 07:50:58 +0000 (07:50 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Feb 2010 07:50:58 +0000 (07:50 +0000)
commitba1cff4450e22415bfcb960342e6d5a5918e530a
treef963aa4a1422e6bd08568b93e9905d6a3407ede1
parenta27234e290a4809c5a60e28e99f2870142ff3a55
add some #if 0'd out code for checking that named values in
input/output patterns have the same type.  It turns out that
this triggers all the time because we don't infer types
between these boundaries.  Until we do, don't turn this on.

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