diff options
Diffstat (limited to 'test/Transforms/LICM/promote-order.ll')
-rw-r--r-- | test/Transforms/LICM/promote-order.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Transforms/LICM/promote-order.ll b/test/Transforms/LICM/promote-order.ll index 86f11fe..a189cf2 100644 --- a/test/Transforms/LICM/promote-order.ll +++ b/test/Transforms/LICM/promote-order.ll @@ -36,8 +36,8 @@ for.end: ; preds = %for.cond.for.end_cr ret i32* %r.0.lcssa } -!0 = metadata !{metadata !"minimal TBAA"} -!1 = metadata !{metadata !3, metadata !3, i64 0} -!2 = metadata !{metadata !4, metadata !4, i64 0} -!3 = metadata !{metadata !"float", metadata !0} -!4 = metadata !{metadata !"int", metadata !0} +!0 = !{!"minimal TBAA"} +!1 = !{!3, !3, i64 0} +!2 = !{!4, !4, i64 0} +!3 = !{!"float", !0} +!4 = !{!"int", !0} |