1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/tools/llvm-diff
John McCall 4e49cb4a11 Check in a couple of changes that I apparently never committed:
- teach DifferenceEngine to unify successors of calls and invokes
    in certain circumstances
  - basic blocks actually don't have their own numbering;  did that change?
  - add llvm-diff to the Makefile and CMake build systems

llvm-svn: 111909
2010-08-24 09:16:51 +00:00
..
CMakeLists.txt
DifferenceEngine.cpp Check in a couple of changes that I apparently never committed: 2010-08-24 09:16:51 +00:00
DifferenceEngine.h Make the header self-contained and follow #include guidelines. 2010-07-29 18:08:23 +00:00
llvm-diff.cpp Check in a couple of changes that I apparently never committed: 2010-08-24 09:16:51 +00:00
Makefile