TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.
authorJim Grosbach <grosbach@apple.com>
Wed, 18 Apr 2012 17:46:41 +0000 (17:46 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 18 Apr 2012 17:46:41 +0000 (17:46 +0000)
commit9b29ea4eb39b5f03ef2405c6355a9c627771c5dd
tree36e153642ccd0f70260880d722716a94c83ee8cc
parent4b18691c3580674691875ec37c84a1c4edf2d586
TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.

That way we get source line number information from the diagnostics.

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