mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	[objc-arc-opts] Added debug statements when we set and unset whether a pointer is known positive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181745 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -508,10 +508,12 @@ namespace { | |||||||
|                  Seq(S_None) {} |                  Seq(S_None) {} | ||||||
|  |  | ||||||
|     void SetKnownPositiveRefCount() { |     void SetKnownPositiveRefCount() { | ||||||
|  |       DEBUG(dbgs() << "Setting Known Positive.\n"); | ||||||
|       KnownPositiveRefCount = true; |       KnownPositiveRefCount = true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     void ClearKnownPositiveRefCount() { |     void ClearKnownPositiveRefCount() { | ||||||
|  |       DEBUG(dbgs() << "Clearing Known Positive.\n"); | ||||||
|       KnownPositiveRefCount = false; |       KnownPositiveRefCount = false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user