mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +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:
		| @@ -174,7 +174,9 @@ class SCCPSolver : public InstVisitor<SCCPSolver> { | |||||||
|   /// that return multiple values. |   /// that return multiple values. | ||||||
|   DenseMap<std::pair<Function*, unsigned>, LatticeVal> TrackedMultipleRetVals; |   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; |   SmallPtrSet<Function*, 16> TrackingIncomingArguments; | ||||||
|    |    | ||||||
|   /// The reason for two worklists is that overdefined is the lowest state |   /// The reason for two worklists is that overdefined is the lowest state | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user