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:
Rafael Espindola 2018-02-08 02:29:56 +00:00
parent 35cdfe2d1d
commit 23581e5ee4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ int main(void) {
return 0;
}
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]+]]
if (N) {}
}