llvm-6502/include/llvm/Transforms
Chris Lattner fd50080fe2 This is a proper fix for the compiler warning. A termination condition is
not needed, as it can never be reached: an edge must exist.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28282 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-14 02:01:22 +00:00
..
Utils This is a proper fix for the compiler warning. A termination condition is 2006-05-14 02:01:22 +00:00
Instrumentation.h Added documented rsprofiler interface. Also remove new profiler passes, the 2005-11-28 18:00:38 +00:00
IPO.h Add a simple pass to make sure that all (non-library) calls to malloc and free 2006-04-10 19:26:09 +00:00
LinkAllPasses.h Add a simple pass to make sure that all (non-library) calls to malloc and free 2006-04-10 19:26:09 +00:00
RSProfiling.h Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. 2006-02-22 16:23:43 +00:00
Scalar.h Add pass ID's for various passes, so they can be AddRequiredID. Patch by 2006-05-02 04:24:36 +00:00