Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
authorChris Lattner <sabre@nondot.org>
Thu, 1 Nov 2007 02:30:35 +0000 (02:30 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Nov 2007 02:30:35 +0000 (02:30 +0000)
commite41dcdc96441ba2c991c9ea6f5f1451b17c685f7
tree5557d58beab310f7c9b8f2b9f01de2cf594498a0
parent74e012afd33f26e4914bc30f014a2da82f69de82
Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
(in hindsight) infinite recursion.  Simplify the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43597 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp
test/Transforms/InstCombine/2007-10-31-StringCrash.ll [new file with mode: 0644]