Evan Cheng 
							
						 
					 
					
						
						
							
						
						ad0e465889 
					 
					
						
						
							
							- Store val, [sp, c] must be selected to tSTRsp.  
						
						... 
						
						
						
						- If c does not fit in the offset field, materialize sp + c into a register
  using tADDhirr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33944  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-06 00:22:06 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						d2a988caad 
					 
					
						
						
							
							Although targets are not required to support integers > 64bits, TargetData  
						
						... 
						
						
						
						must in order for backends that do want to support large integer types to be
able to function. Consequently, don't assert if the bitwidth > 64 bits
when computing the size and alignment. Instead, compute the size by rounding
up to the next even number of bytes for the size. Compute the alignment
as the same as the LongABIAlignment. These provide reasonable defaults
that the target can override.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33943  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:51:43 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						554cec6e65 
					 
					
						
						
							
							A value of 64 or fewer bits is valid if the ConstantInt has more then 64 bits.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33942  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:47:56 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						d7d83db5f2 
					 
					
						
						
							
							Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce  
						
						... 
						
						
						
						LLVM's footprint and speed up linking.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33941  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:42:17 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						d3874049a5 
					 
					
						
						
							
							With the last change, we no longer need both directions of mapping from  
						
						... 
						
						
						
						BBNumbers.  Instead of using a bi-directional mapping, just use a single
densemap.  This speeds up mem2reg on 176.gcc by 8%, from  1.3489 to
1.2485s.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33940  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:37:20 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						9133fe2895 
					 
					
						
						
							
							Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in  
						
						... 
						
						
						
						the Transforms library. This reduces debug library size by 132 KB, debug
binary size by 376 KB, and reduces link time for llvm tools slightly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33939  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:32:05 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						a0d1548d0d 
					 
					
						
						
							
							Simplify use of DFBlocks, this makes no noticable performance difference,  
						
						... 
						
						
						
						but paves the way to eliminate BBNumbers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33938  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:31:26 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						59d043bc8c 
					 
					
						
						
							
							This file should have been removed when -raise was removed. It isn't  
						
						... 
						
						
						
						used any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33937  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:27:02 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c04a1ce623 
					 
					
						
						
							
							Simplify this a bit, add an assertion  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33936  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:24:48 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						ae6eb5bfbe 
					 
					
						
						
							
							StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector,  
						
						... 
						
						
						
						so we should actually use a UniqueVector to implement it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33935  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:19:24 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						1e46ae47b1 
					 
					
						
						
							
							Add a show-footprint target to run du a few times to show how much disk  
						
						... 
						
						
						
						space a build tree's objects are consuming.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33934  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:18:58 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						7b13624b32 
					 
					
						
						
							
							Const method must use const_iterator.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33933  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:18:32 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						6a1a28dedd 
					 
					
						
						
							
							Switch InsertedPHINodes back to SmallPtrSet now that the SmallPtrSet::erase  
						
						... 
						
						
						
						bug is fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33932  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:11:37 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						7ef856dfad 
					 
					
						
						
							
							Fix a bug in smallptrset::erase: in the small case, return true if the  
						
						... 
						
						
						
						element was in the set.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33931  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 23:10:31 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						fc7d13d898 
					 
					
						
						
							
							switch a SmallPtrSet back to an std::set for now, this caused problems.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33930  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 22:28:52 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c670f3da72 
					 
					
						
						
							
							switch an std::set over to a SmallPtrSet, speeding up mem2reg 6% on 176.gcc.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33929  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 22:15:21 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c837615cf0 
					 
					
						
						
							
							switch an std::set over to SmallPtrSet, speeding up mem2reg 3.4% on 176.gcc.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33928  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 22:13:11 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						40b6555561 
					 
					
						
						
							
							eliminate some malloc traffic, this speeds up mem2reg by 3.4%.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33927  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 21:58:48 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						7ea07659a1 
					 
					
						
						
							
							Add missing and needed #include.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33926  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 21:47:39 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						9153a6729f 
					 
					
						
						
							
							Make the class VISIBILITY_HIDDEN.  
						
						... 
						
						
						
						Reduce lexical size of the anonymous namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33925  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 21:45:12 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						b6a24bfa95 
					 
					
						
						
							
							Fix PR1178  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33924  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 21:23:52 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						688b0490e2 
					 
					
						
						
							
							For PR411:  
						
						... 
						
						
						
						Adjust to changes in Module interface:
getMainFunction() -> getFunction("main")
getNamedFunction(X) -> getFunction(X)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33922  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 21:19:13 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						cdedc3b336 
					 
					
						
						
							
							For PR411:  
						
						... 
						
						
						
						Change getNamedFunction -> getFunction
Make llvm-extract run the StripDeadPrototypes pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33921  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 21:17:53 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						60ea274c70 
					 
					
						
						
							
							For PR411:  
						
						... 
						
						
						
						Clean up the Module::getFunction interface. getMainFunction and
getNamedFunction are now gone. Just use getFunction instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33920  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 21:17:06 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						94b836a0dc 
					 
					
						
						
							
							For PR411:  
						
						... 
						
						
						
						This test is not particularly useful without type planes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33919  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 20:59:45 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						ef9b9a7939 
					 
					
						
						
							
							For PR411:  
						
						... 
						
						
						
						This patch replaces the SymbolTable class with ValueSymbolTable which does
not support types planes. This means that all symbol names in LLVM must now
be unique. The patch addresses the necessary changes to deal with this and
removes code no longer needed as a result. This completes the bulk of the
changes for this PR. Some cleanup patches will follow.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33918  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 20:47:22 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						15468bfc22 
					 
					
						
						
							
							For PR411:  
						
						... 
						
						
						
						This pass is no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33917  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 20:41:05 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						c19fbd6ec8 
					 
					
						
						
							
							Create a pass to strip dead function declarations (prototypes). This is  
						
						... 
						
						
						
						for use by llvm-extract and bugpoint.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33916  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 20:24:25 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						90f1ad7bf4 
					 
					
						
						
							
							Fix PR1158  
						
						... 
						
						
						
						Do not insert Analysis pass, if it is already available.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33915  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 19:34:17 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						c8c6928781 
					 
					
						
						
							
							Test case for PR1158  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33914  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 19:33:20 +00:00 
						 
				 
			
				
					
						
							
							
								Zhou Sheng 
							
						 
					 
					
						
						
							
						
						d0f285e212 
					 
					
						
						
							
							Add a class APInt to represent arbitrary precision constant integral values.  
						
						... 
						
						
						
						It is a functional replacement for common case integer type like "unsigned",
"uint64_t", but also allows non-byte-width integer type and large integer
value types such as 3-bits, 15-bits, or more than 64-bits of precision. For
more details, see pr1043.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33913  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 17:29:16 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						a9720f5051 
					 
					
						
						
							
							Regenerate.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33912  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 17:04:00 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						1755a9a7b1 
					 
					
						
						
							
							! removal was a little over zealous. Put the ! back in asserts.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33911  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 17:01:20 +00:00 
						 
				 
			
				
					
						
							
							
								Lauro Ramos Venancio 
							
						 
					 
					
						
						
							
						
						ea62b721ea 
					 
					
						
						
							
							Fix unord test.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33910  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 16:33:56 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						b5334b0db3 
					 
					
						
						
							
							Regenerate.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33909  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 10:18:06 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						d2e065c61a 
					 
					
						
						
							
							Assembler no longer prints ! at the end of its error messages.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33908  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 10:17:51 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						f4fa590293 
					 
					
						
						
							
							There is nothing exclamatory about an error message. No other compiler  
						
						... 
						
						
						
						or assembler uses ! at the end of every message. We shouldn't either.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33907  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 10:16:10 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						9a01353e73 
					 
					
						
						
							
							Make the RUN: line readable.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33906  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 10:09:41 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						11c63a6791 
					 
					
						
						
							
							Don't prevent install target from descending into the utils directory.  
						
						... 
						
						
						
						It prevents "make install" on a clean directory from working.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33905  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 09:43:17 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						32d84765c8 
					 
					
						
						
							
							add a note  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33904  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 06:30:51 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						90a2eb02e5 
					 
					
						
						
							
							Use opt to generate the list of passes to run.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33903  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 06:10:19 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						b0b991a2c8 
					 
					
						
						
							
							Fix miscompilations of consumer-typeset, telecomm-gsm, and 176.gcc.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33902  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 05:57:49 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						0974ea0911 
					 
					
						
						
							
							For PR1177:  
						
						... 
						
						
						
						Revert last patch which caused iteration invalidation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33901  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 05:23:32 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						4f3ebab172 
					 
					
						
						
							
							fix a miscompilation of 176.gcc  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33900  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 04:09:35 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						1853da3f22 
					 
					
						
						
							
							For PR411:  
						
						... 
						
						
						
						Don't re-use var names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33899  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 04:00:04 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						1125d241e0 
					 
					
						
						
							
							new testcase for 1174, currently xfailed  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33898  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 03:56:59 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						93235181d6 
					 
					
						
						
							
							Use DenseMap for pointer->pointer maps.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33897  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 02:39:47 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						05c0b9ad79 
					 
					
						
						
							
							Use unsigned char& instead of std::vector<>::reference.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33896  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 02:37:07 +00:00 
						 
				 
			
				
					
						
							
							
								Anton Korobeynikov 
							
						 
					 
					
						
						
							
						
						8227d886b8 
					 
					
						
						
							
							Test for PR1173  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33895  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 02:28:56 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						06b59eb161 
					 
					
						
						
							
							fix bug number  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33894  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-05 02:26:07 +00:00