Fix comment in InstCombiner::visitAddrSpaceCast.
authorManuel Jacob <me@manueljacob.de>
Wed, 16 Jul 2014 01:34:21 +0000 (01:34 +0000)
committerManuel Jacob <me@manueljacob.de>
Wed, 16 Jul 2014 01:34:21 +0000 (01:34 +0000)
commit99ecd0bf0862d0355b2a8feadab66ddb29df0b0f
treed211bc12ca0820cd7c2acdbb9ca3efec98c3f34f
parentb464ec0536cb585d5c248a50963c52ef794b0bce
Fix comment in InstCombiner::visitAddrSpaceCast.

In the original version of the patch the behaviour was like described in
the comment.  This behaviour was changed before committing it without
updating the comment.

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