This is the regression test for the change to InstructionCombining.cpp
authorRobert Bocchino <bocchino@illinois.edu>
Tue, 27 Jul 2004 21:06:34 +0000 (21:06 +0000)
committerRobert Bocchino <bocchino@illinois.edu>
Tue, 27 Jul 2004 21:06:34 +0000 (21:06 +0000)
that I made today.  It illustrates that the old version of the code
would crash if the RHS of a multiplication were a ConstantExpr that
could not be resolved into a ConstantInt or ConstantFP.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15292 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found