Owen Anderson 
							
						 
					 
					
						
						
							
						
						c0808a7e1d 
					 
					
						
						
							
							Fix an issue where GVN was performing the return slot optimization when it was  
						
						... 
						
						
						
						not safe.  This is fixed by more aggressively checking that the return slot is
not used elsewhere in the function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47544  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-25 04:08:09 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						0f7ea1ab10 
					 
					
						
						
							
							Fix an issue where GVN would try to use an instruction before its definition when performing return slot optimization.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47541  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-25 00:40:41 +00:00 
						 
				 
			
				
					
						
							
							
								Anton Korobeynikov 
							
						 
					 
					
						
						
							
						
						07e6e56f57 
					 
					
						
						
							
							Make Transforms to be 4.3 warnings-clean  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47371  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-20 11:26:25 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						61d30a821f 
					 
					
						
						
							
							When performing return slot optimization, remember to inform memdep when we're removing the memcpy.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47364  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-20 08:23:02 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						967552e7ec 
					 
					
						
						
							
							Refactor this method a bit, and correct a test that was completely wrong but happened to work out anyways. :-)  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47321  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 07:07:51 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e42ce73c37 
					 
					
						
						
							
							isa+cast -> dyncast.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47320  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 06:53:20 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						0a76a621a4 
					 
					
						
						
							
							simplify  this code again, try 2 :)  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47319  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 06:52:38 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						9cffa9a6ed 
					 
					
						
						
							
							Fix a comment.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47318  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 06:51:23 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						61c24e96b1 
					 
					
						
						
							
							Major improvements to yesterday's return slot optimization.  Remove some unneccessary constraints,  
						
						... 
						
						
						
						and add some others that should have been in from the first place.  Document the whole thing better.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47315  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 06:35:43 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						fa113f8155 
					 
					
						
						
							
							Factor the profitability check for return slot optimization out into a static function.  
						
						... 
						
						
						
						At some point in the future, this check will become smarter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47310  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 03:27:34 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						c0755a6f98 
					 
					
						
						
							
							An sret parameter is required to be the first parameter, so there's no need to loop  
						
						... 
						
						
						
						over all the parameters of the callee looking for it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47309  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 03:15:29 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						7acc0af95a 
					 
					
						
						
							
							Cleanup some of my patches from yesterday.  Refactor the check for which xform  
						
						... 
						
						
						
						to apply to a memcpy into processInstruction.  Also, fix a bug in the check due to
missing braces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47307  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 03:09:45 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						c2580ab9b0 
					 
					
						
						
							
							Fix Transforms/GVN/memcpy.ll, which Chris broke in r47275 by reordering the branches.  memcpy's are a kind of CallInst.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47305  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 02:53:23 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						913b19f6fc 
					 
					
						
						
							
							minor code simplification, no functionality change.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47275  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-18 17:47:29 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						5aa4f2a085 
					 
					
						
						
							
							Add support to GVN for performing sret return slot optimization.  This means that, if an sret function tail calls  
						
						... 
						
						
						
						another sret function, it should pass its own sret parameter to the tail callee, allowing it to fill in the correct
return value.  llvm-gcc does not emit this by default.  Instead, it allocates space in the caller for the sret of
the tail call and then uses memcpy to copy the result into the caller's sret parameter.  This optimization detects
and optimizes that case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47265  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-18 09:24:53 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Lewycky 
							
						 
					 
					
						
						
							
						
						95f0ba2703 
					 
					
						
						
							
							Fix PR2032. Inform the alias analysis of changes to the underlying program.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47111  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-14 07:11:24 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						30b4bd4d10 
					 
					
						
						
							
							Re-apply the patch to improve the optimizations of memcpy's, with several  
						
						... 
						
						
						
						bugs fixed.  This now passes PPC bootstrap.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47026  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-12 21:15:18 +00:00 
						 
				 
			
				
					
						
							
							
								Eli Friedman 
							
						 
					 
					
						
						
							
						
						b6c36e4058 
					 
					
						
						
							
							Fix for bug 1996: optimize out loads of undef.  This code basically just  
						
						... 
						
						
						
						checks for a malloc/alloca immediately followed by a load.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47006  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-12 12:08:14 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						e00fec554b 
					 
					
						
						
							
							Temporarily reverting:  
						
						... 
						
						
						
						http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080128/057882.html 
This is causing a miscompilation on PPC G5 and just now seeing it on iMac x86-64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46822  91177308-0d34-0410-b5e6-96231b3b80d8 
					
						2008-02-06 20:03:07 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						6f7a52d300 
					 
					
						
						
							
							Allow GVN to hack on memcpy's, making them open to further optimization.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46693  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-04 02:59:58 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						4ee451de36 
					 
					
						
						
							
							Remove attribution from file headers, per discussion on llvmdev.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-29 20:36:04 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						5fc4abac3d 
					 
					
						
						
							
							Fix several cache coherence bugs in MemDep/GVN that were found.  Also add some (disabled) debugging code  
						
						... 
						
						
						
						to make such problems easier to diagnose in the future, written by Duncan Sands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44695  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-08 01:37:09 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						dff6710717 
					 
					
						
						
							
							Integrate the readonly/readnone logic more deeply  
						
						... 
						
						
						
						into alias analysis.  This meant updating the API
which now has versions of the getModRefBehavior,
doesNotAccessMemory and onlyReadsMemory methods
which take a callsite parameter.  These should be
used unless the callsite is not known, since in
general they can do a better job than the versions
that take a function.  Also, users should no longer
call the version of getModRefBehavior that takes
both a function and a callsite.  To reduce the
chance of misuse it is now protected.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44487  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-01 07:51:45 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						1fb136464d 
					 
					
						
						
							
							Fix a miscompilation in spiff on PPC.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44437  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-11-29 18:02:22 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						a16bbc9aa7 
					 
					
						
						
							
							Fix another bug that was causing siod to fail.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44325  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-11-26 07:17:19 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						00a6d1448d 
					 
					
						
						
							
							Allow GVN to eliminate read-only function calls when it can detect that they are redundant.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44323  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-11-26 02:26:36 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						b388ca9544 
					 
					
						
						
							
							Allow GVN to eliminate redundant calls to functions without side effects.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43147  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-10-18 19:39:33 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						ce4d88aa64 
					 
					
						
						
							
							Add partial caching of non-local memory dependence queries.  This provides a modest  
						
						... 
						
						
						
						speedup for GVN.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42185  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-21 03:53:52 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						76c1b97e40 
					 
					
						
						
							
							Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo  
						
						... 
						
						
						
						Add a new DenseMapInfo::isEqual method to allow clients to redefine
the equality predicate used when probing the hash table.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42042  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-17 18:34:04 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						2486686689 
					 
					
						
						
							
							Be more careful when constant-folding PHI nodes.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41998  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-16 08:04:16 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						1defe2df5d 
					 
					
						
						
							
							Factor out some code into a helper function.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41131  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-16 22:51:56 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						62bc33c954 
					 
					
						
						
							
							Add some more comments to GVN.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41129  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-16 22:02:55 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						31f496755a 
					 
					
						
						
							
							Eliminate PHI nodes with constant values during normal GVN processing, even when  
						
						... 
						
						
						
						they're not related to eliminating a load.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41081  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-14 18:33:27 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						36057c7834 
					 
					
						
						
							
							Be more aggressive in pruning unnecessary PHI nodes when doing PHI construction.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41080  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-14 18:16:29 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						3e75a42ee2 
					 
					
						
						
							
							Make GVN iterative.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41078  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-14 18:04:11 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						8e8278e7fe 
					 
					
						
						
							
							Fix a case where GVN was failing to return true when it had, in fact, modified  
						
						... 
						
						
						
						the function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41077  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-14 17:59:48 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						9528f11481 
					 
					
						
						
							
							Make NonLocal and None const in the right way. :-)  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40961  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-09 04:42:44 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						8cad423d94 
					 
					
						
						
							
							Change the None and NonLocal markers in memdep to be const.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40946  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-08 21:39:39 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						a37226af81 
					 
					
						
						
							
							Don't insert nearly as many redundant phi nodes.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40909  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-07 23:12:31 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						ab8702787d 
					 
					
						
						
							
							Fix a subtle miscompilation.  This allows 197.parser to be compiled correctly.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40791  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-03 19:59:35 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						4b55c3b0f1 
					 
					
						
						
							
							Fix a subtle iterator invalidation bug in a recursive algorithm.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40776  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-03 11:03:26 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						830db6a00e 
					 
					
						
						
							
							Fix 80 col. violations.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40750  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-02 18:16:06 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						1c2763d3fe 
					 
					
						
						
							
							Fix a bug that was causing several miscompilations on SPEC.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40746  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-02 17:56:05 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						9066020993 
					 
					
						
						
							
							Make non-local memdep not be recursive, and fix a bug on 403.gcc that this exposed.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40692  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-01 22:01:54 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						bf7d0bc4e5 
					 
					
						
						
							
							Don't let the memory allocator outsmart GVN. ;-)  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40655  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-31 23:27:13 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						b95f9d565f 
					 
					
						
						
							
							Fix a failure I accidentally caused in my last commit by mishandling the  
						
						... 
						
						
						
						removal of redundant phis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40650  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-31 20:18:28 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						054ab94bff 
					 
					
						
						
							
							Fix a misoptimization in aha.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40642  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-31 17:43:14 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						891eecb040 
					 
					
						
						
							
							Avoid potential iterator invalidation problems.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40607  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-30 21:26:39 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						45c8388e2a 
					 
					
						
						
							
							Use more caching when computing non-local dependence.  This makes bzip2 not  
						
						... 
						
						
						
						use up the entire 32-bit address space.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40596  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-30 17:29:24 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						4f9ba7c40c 
					 
					
						
						
							
							Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40595  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-30 16:57:08 +00:00