fix this test. It's not clear what it's really testing.
llvm-svn: 112316
This commit is contained in:
		
							parent
							
								
									fcee9460c6
								
							
						
					
					
						commit
						c8908b4cdb
					
				| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
 | 
					// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
 | 
				
			||||||
// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep store 
 | 
					// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep 'store ' 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum {
 | 
					enum {
 | 
				
			||||||
 PP_C,
 | 
					 PP_C,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue