Ensure that ConvertOperandToType generates a result conversion by
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Feb 2007 19:14:51 +0000 (19:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Feb 2007 19:14:51 +0000 (19:14 +0000)
commit8282e3f92b9ba140ad8fbf0fae29c79161128111
tree7e07098ed8add78fc2bc1cbc3b444e2a75bda19d
parent8e8eda78cc5f06e4b19f2c374189a25017085286
Ensure that ConvertOperandToType generates a result conversion by
initializing the Res variable to 0 and asserting it is not zero after the
result should have been created.

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