Move the "gep undef" -> "undef" transform from instcombine to
authorDuncan Sands <baldrick@free.fr>
Mon, 22 Nov 2010 13:42:49 +0000 (13:42 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 22 Nov 2010 13:42:49 +0000 (13:42 +0000)
commit85bbff6c94695f07cc1a9765b4d384ed18d2fd7c
tree58bd5686e76c5bba4aeab38795eade78bf4e916d
parentad8aaa069cfdb3bdc32b1becc8881f67b5272e14
Move the "gep undef" -> "undef" transform from instcombine to
InstructionSimplify.

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