mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
finish half thunk thought
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3ad70d5d61
commit
abf67ef548
@ -174,7 +174,9 @@ class SCCPSolver : public InstVisitor<SCCPSolver> {
|
||||
/// that return multiple values.
|
||||
DenseMap<std::pair<Function*, unsigned>, LatticeVal> TrackedMultipleRetVals;
|
||||
|
||||
/// TrackingIncomingArguments - This is the set of functions that are
|
||||
/// TrackingIncomingArguments - This is the set of functions for whose
|
||||
/// arguments we make optimistic assumptions about and try to prove as
|
||||
/// constants.
|
||||
SmallPtrSet<Function*, 16> TrackingIncomingArguments;
|
||||
|
||||
/// The reason for two worklists is that overdefined is the lowest state
|
||||
|
Loading…
x
Reference in New Issue
Block a user