diff options
Diffstat (limited to 'test/CodeGen/R600/wrong-transalu-pos-fix.ll')
-rw-r--r-- | test/CodeGen/R600/wrong-transalu-pos-fix.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/R600/wrong-transalu-pos-fix.ll b/test/CodeGen/R600/wrong-transalu-pos-fix.ll index d652d2d..4e77c07 100644 --- a/test/CodeGen/R600/wrong-transalu-pos-fix.ll +++ b/test/CodeGen/R600/wrong-transalu-pos-fix.ll @@ -81,6 +81,6 @@ attributes #1 = { nounwind readnone } !opencl.kernels = !{!0, !1, !2} -!0 = metadata !{null} -!1 = metadata !{null} -!2 = metadata !{void (i32 addrspace(1)*)* @fill3d} +!0 = !{null} +!1 = !{null} +!2 = !{void (i32 addrspace(1)*)* @fill3d} |