Fix a false error reported by the tblgen backend for machine model
authorAndrew Trick <atrick@apple.com>
Thu, 13 Mar 2014 03:49:20 +0000 (03:49 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 13 Mar 2014 03:49:20 +0000 (03:49 +0000)
commit0e8c89ae8f3965d91aada82c41bf625d56b38ac0
tree0c06242dc1c9f15ada55484853c660a5fa6ac249
parentce5a6548a218be368af4530743109d70944f6a1b
Fix a false error reported by the tblgen backend for machine model
"ProcResource def is not included in the ProcResources".

Some of the machine model definitions were not added to the
processor's list used for diagnostics and error checking.

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