Write the WARNING message to cout instead of cerr. Writing to cerr causes
authorReid Spencer <rspencer@reidspencer.com>
Tue, 30 May 2006 16:05:59 +0000 (16:05 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 30 May 2006 16:05:59 +0000 (16:05 +0000)
commitc02af8538b680775440f6ebfe647346d22d6ba48
tree6a6398092e005337509582a7416b94c01d50e435
parente167af30239bdcd3ec0ffbed1f4692b4d9d07228
Write the WARNING message to cout instead of cerr. Writing to cerr causes
Tcl to claim that the program had an error and thus produces errors in
the dejagnu testing when its really just a warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28556 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AutoUpgrade.cpp