Skip to content

Commit

Permalink
Fixing noinline.ispc lit test for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Babokin authored and aneshlya committed Jul 17, 2019
1 parent cacafa3 commit 7328399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lit-tests/noinline.ispc
Expand Up @@ -4,6 +4,6 @@ noinline int bar(uniform int a[]) {
}

export void foo(uniform int a[]) {
// CHECK: callq bar___un_3C_uni_3E
// CHECK: callq {{.?}}bar___un_3C_uni_3E
a[programIndex] = bar(a);
}

0 comments on commit 7328399

Please sign in to comment.