Skip to content
Commit d51a35c6 authored by Joey Gouly's avatar Joey Gouly
Browse files

Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*

when it was actually a Constant*.

There are quite a few other casts to Instruction that might have the same problem,
but this is the only one I have a test case for.

llvm-svn: 191668
parent 59d93af4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment