mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
[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:
parent
91b0cad813
commit
6c5827975c
@ -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)*
|
||||
|
Loading…
x
Reference in New Issue
Block a user