llvm-6502/include
Manman Ren 2b31b8227f Debug Info Verifier: enable public functions of Finder to update the type map.
We used to depend on running processModule before the other public functions
such as processDeclare, processValue and processLocation. We are now relaxing
the constraint by adding a module argument to the three functions and
letting the three functions to initialize the type map. This will be used in
a follow-on patch that collects nodes reachable from a Function.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194973 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-17 18:42:37 +00:00
..
llvm Debug Info Verifier: enable public functions of Finder to update the type map. 2013-11-17 18:42:37 +00:00
llvm-c Add a loop rerolling pass 2013-11-16 23:59:05 +00:00