In CodeGenPrepare's debug output, use WriteAsOperand instead of
authorDan Gohman <gohman@apple.com>
Fri, 13 Feb 2009 17:45:12 +0000 (17:45 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 13 Feb 2009 17:45:12 +0000 (17:45 +0000)
commit03ce042d70c423a41edca0714112a0e06b16493b
treed7b2590423cfc8182bb89c8474607588447a6d9c
parente6986965691543d5415b98571801141b6a974984
In CodeGenPrepare's debug output, use WriteAsOperand instead of
printing getName(), so that unnamed values are printed correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/CodeGenPrepare.cpp