llvm-6502/lib/Transforms
Joey Gouly 6ef4dd8cb6 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191668 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-30 14:18:35 +00:00
..
Hello First check in. Modified a comment. 2013-09-27 07:36:10 +00:00
InstCombine Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction* 2013-09-30 14:18:35 +00:00
Instrumentation Use right pointer type in DebugIR 2013-09-27 22:26:25 +00:00
IPO Provide basic type safety for array_pod_sort comparators. 2013-09-22 14:09:50 +00:00
ObjCARC
Scalar Even more spelling fixes for "instruction". 2013-09-28 13:42:22 +00:00
Utils Fix spelling intruction -> instruction. 2013-09-28 11:46:15 +00:00
Vectorize Even more spelling fixes for "instruction". 2013-09-28 13:42:22 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile