Remove an unnecessary use of pointee types introduced in r194220
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 21 Aug 2015 17:37:41 +0000 (17:37 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 21 Aug 2015 17:37:41 +0000 (17:37 +0000)
commit996ace13c0eca0ce1c21df9d7b84966416dd1c21
treea6077e966c751d7e1706831b384043ed1e4548aa
parent3f1c66ca7df09f54022f19f5233901dc049d5a0f
Remove an unnecessary use of pointee types introduced in r194220

David Majnemer (the original author) believes this to be an impossible
condition to reach anyway, and no test cases cover this so we'll go with
that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245712 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/ConstantFold.cpp