Skip to content

Commit 2265df9

Browse files
committed
[test] Fix CodeGen/DirectX/strip-fn-attrs.ll
1 parent 8042022 commit 2265df9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/CodeGen/DirectX/strip-fn-attrs.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ define dso_local float @fma(float %0, float %1, float %2) local_unnamed_addr #0
99
ret float %5
1010
}
1111

12-
; CHECK: Function Attrs: nounwind memory(none)
13-
; Function Attrs: nofree nosync nounwind readnone speculatable willreturn
12+
; CHECK-NOT: Function Attrs:
1413
declare void @llvm.dbg.value(metadata, metadata, metadata) #1
1514

1615
; CHECK: attributes #0 = { nounwind memory(none) }

0 commit comments

Comments
 (0)