diff --git a/clang/test/CodeGenOpenCL/fpmath.cl b/clang/test/CodeGenOpenCL/fpmath.cl --- a/clang/test/CodeGenOpenCL/fpmath.cl +++ b/clang/test/CodeGenOpenCL/fpmath.cl @@ -9,7 +9,7 @@ // CHECK: @spscalardiv // CHECK: fdiv{{.*}}, // NODIVOPT: !fpmath ![[MD:[0-9]+]] - // DIVOPT-NOT: !fpmath ![[MD:[0-9]+]] + // DIVOPT-NOT: !fpmath !{{[0-9]+}} return a / b; } @@ -17,7 +17,7 @@ // CHECK: @spvectordiv // CHECK: fdiv{{.*}}, // NODIVOPT: !fpmath ![[MD]] - // DIVOPT-NOT: !fpmath ![[MD]] + // DIVOPT-NOT: !fpmath !{{[0-9]+}} return a / b; }