Skip to content

Commit f2ffab2

Browse files
authored
review: fix formatting
1 parent f88477c commit f2ffab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/DirectX/metadata-stripping.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _Z4mainDv3_j.exit: ; preds = %for.body.i, %entry
2424
; These next check lines check that only the range metadata remains
2525
; No more metadata should be necessary, the rest (the current 0 and 1)
2626
; should be removed.
27-
; CHECK-NOT: {!"llvm.loop.mustprogress"}
27+
; CHECK-NOT: !{!"llvm.loop.mustprogress"}
2828
; CHECK-DAG: [[RANGEMD]] = !{i32 1, i32 5}
2929
; CHECK-DAG: [[LOOPMD]] = distinct !{[[LOOPMD]]}
3030
; CHECK-NOT: {!"llvm.loop.mustprogress"}

0 commit comments

Comments
 (0)