diff options
Diffstat (limited to 'test/CodeGenOpenCL/fpmath.cl')
-rw-r--r-- | test/CodeGenOpenCL/fpmath.cl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenOpenCL/fpmath.cl b/test/CodeGenOpenCL/fpmath.cl index 704fcd7..ef4da84 100644 --- a/test/CodeGenOpenCL/fpmath.cl +++ b/test/CodeGenOpenCL/fpmath.cl @@ -22,4 +22,4 @@ double dpscalardiv(double a, double b) { return a / b; } -// CHECK: ![[MD]] = metadata !{float 2.500000e+00} +// CHECK: ![[MD]] = !{float 2.500000e+00} |