Go to file
Bill Wendling de4b225093 EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the
indexes could be of a different value type. Or not even using the same SDNode
for the constant (weird, I know). Compare the actual values instead of the
pointers.

llvm-svn: 102791
2010-04-30 22:19:17 +00:00
clang Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
compiler-rt Fix build with MSVC. 2010-04-29 23:44:00 +00:00
llvm EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the 2010-04-30 22:19:17 +00:00