llvm-6502/lib/Transforms
Rafael Espindola e96af56a5b Make sure that simplify libcalls does not replace a call with one calling
convention with a new call with a different calling convention.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106134 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-16 19:34:01 +00:00
..
Hello
InstCombine
Instrumentation
IPO Make bugpoint dead-argument-hacking actually work, and actually test it. 2010-06-07 20:20:33 +00:00
Scalar Make sure that simplify libcalls does not replace a call with one calling 2010-06-16 19:34:01 +00:00
Utils simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 2010-06-15 21:34:25 +00:00
Makefile