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)
commitb4db99c76ab3b0eed1a90b142aa420960adb2ae4
tree49f4a345106f54f4d28bf5729d491dc07d62ab01
parentf4a391c07fffba4631bd2b1b01d85120da125ee0
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.

llvm-svn: 213117
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp