Rename alias variables to make it easier to add new tests to the file.
[oota-llvm.git] / test / Feature / NamedMDNode.ll
index 02a79f81cdf16d277de681b061c7cf674d1047fa..0c6bcd9abfe52268e5aa8db00e6c909465820bac 100644 (file)
@@ -3,7 +3,7 @@
 ;; Simple NamedMDNode
 !0 = metadata !{i32 42}
 !1 = metadata !{metadata !"foo"}
-!llvm.stuff = !{!0, !1, null}
+!llvm.stuff = !{!0, !1}
 
 !samename = !{!0, !1}
 declare void @samename()