[OpenCL] Fix FileCheck pattern

For this test, FileCheck is not run with the CHECK prefix; it seems
COMMON was intended here.
This commit is contained in:
Sven van Haastregt 2019-11-04 14:51:24 +00:00
parent 91b0cad813
commit 6c5827975c

View File

@ -174,7 +174,7 @@ TEST(__local)
TEST(__private)
// CHECK-LABEL: @test__private
// COMMON-LABEL: @test__private
// Test the address space of 'this' when invoking a constructor for an object in non-default address space
// EXPL: [[CGEN:%[.a-z0-9]+]] = addrspacecast %class.C* %c to %class.C addrspace(4)*