diff options
-rw-r--r-- | clang/test/CodeGenOpenCL/as_type.cl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenOpenCL/as_type.cl b/clang/test/CodeGenOpenCL/as_type.cl index f43692e7606..7fc3b02bdc7 100644 --- a/clang/test/CodeGenOpenCL/as_type.cl +++ b/clang/test/CodeGenOpenCL/as_type.cl @@ -44,7 +44,7 @@ int f5(char3 x) { } //CHECK: define spir_func i32 @f6(<4 x i8> %[[x:.*]]) -//CHECK: %[[astype]] = bitcast <4 x i8> %[[x]] to i32 +//CHECK: %[[astype:.*]] = bitcast <4 x i8> %[[x]] to i32 //CHECK-NOT: shufflevector //CHECK: ret i32 %[[astype]] int f6(char4 x) { |