Add nofree attribute to CodeGenOpenCL/convergent.cl test

The revision at https://reviews.llvm.org/rL365336 added inference of the nofree
attribute.  This revision updates the test to reflect this.

Differential Revision: https://reviews.llvm.org/D49165

llvm-svn: 365341
This commit is contained in:
Brian Homerding 2019-07-08 16:24:10 +00:00
parent d6fd354f3f
commit e6ba22542f
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ kernel void assume_convergent_asm()
__asm__ volatile("s_barrier");
}
// CHECK: attributes #0 = { noinline norecurse nounwind "
// CHECK: attributes #0 = { nofree noinline norecurse nounwind "
// CHECK: attributes #1 = { {{[^}]*}}convergent{{[^}]*}} }
// CHECK: attributes #2 = { {{[^}]*}}convergent{{[^}]*}} }
// CHECK: attributes #3 = { {{[^}]*}}convergent noduplicate{{[^}]*}} }