llvm-6502/lib/Transforms
Nadav Rotem 135e81efe3 PR16628: Fix a bug in the code that merges compares.
Compares return i1 but they compare different types.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186359 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-15 22:52:48 +00:00
..
Hello
InstCombine Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 2013-07-15 04:27:47 +00:00
Instrumentation Implement categories for special case lists. 2013-07-09 22:03:17 +00:00
IPO Fix comment 2013-07-08 23:57:07 +00:00
ObjCARC Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
Scalar Remove trailing whitespace 2013-07-15 17:55:02 +00:00
Utils Add 'const' qualifier to some arrays. 2013-07-15 08:02:13 +00:00
Vectorize PR16628: Fix a bug in the code that merges compares. 2013-07-15 22:52:48 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile