diff options
Diffstat (limited to 'test/CodeGen/SystemZ/alias-01.ll')
-rw-r--r-- | test/CodeGen/SystemZ/alias-01.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/SystemZ/alias-01.ll b/test/CodeGen/SystemZ/alias-01.ll index 8839aad..89a7318 100644 --- a/test/CodeGen/SystemZ/alias-01.ll +++ b/test/CodeGen/SystemZ/alias-01.ll @@ -14,6 +14,6 @@ define void @f1(<16 x i32> *%src1, <16 x float> *%dest) { ret void } -!0 = metadata !{ metadata !"root" } -!1 = metadata !{ metadata !"set1", metadata !0 } -!2 = metadata !{ metadata !"set2", metadata !0 } +!0 = !{ !"root" } +!1 = !{ !"set1", !0 } +!2 = !{ !"set2", !0 } |