llvm-6502/include
Chandler Carruth 3f081983cc [PM] Fix the analysis templates' usage of IRUnitT.
This is supposed to be the whole type of the IR unit, and so we
shouldn't pass a pointer to it but rather the value itself. In turn, we
need to provide a 'Module *' as that type argument (for example). This
will become more relevant with SCCs or other units which may not be
passed as a pointer type, but also brings consistency with the
transformation pass templates.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195445 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-22 11:34:43 +00:00
..
llvm [PM] Fix the analysis templates' usage of IRUnitT. 2013-11-22 11:34:43 +00:00
llvm-c Expose the fence instruction via the C API. 2013-11-20 00:07:49 +00:00