forked from OSchip/llvm-project
				
			Add space inside the regular expression.
This should now pass on both ppc and x86. Sorry about the noise. llvm-svn: 324556
This commit is contained in:
		
							parent
							
								
									35cdfe2d1d
								
							
						
					
					
						commit
						23581e5ee4
					
				| 
						 | 
					@ -12,7 +12,7 @@ int main(void) {
 | 
				
			||||||
  return 0;
 | 
					  return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
void foo(int N) {
 | 
					void foo(int N) {
 | 
				
			||||||
  // CHECK-LABEL: define{{(dso_local)?}} void @foo(
 | 
					  // CHECK-LABEL: define{{( dso_local)?}} void @foo(
 | 
				
			||||||
  // CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]]
 | 
					  // CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]]
 | 
				
			||||||
  if (N) {}
 | 
					  if (N) {}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue