summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2024-05-03 10:07:37 -0700
committerFangrui Song <i@maskray.me>2024-05-03 10:07:37 -0700
commit2265df9696d55846644fa914b5f22df539e2d2bc (patch)
tree1db25086495529a203778d8982fc21015603214f
parent804202292b7601feee5c091a3a6df6124f4d61e1 (diff)
[test] Fix CodeGen/DirectX/strip-fn-attrs.ll
-rw-r--r--llvm/test/CodeGen/DirectX/strip-fn-attrs.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/DirectX/strip-fn-attrs.ll b/llvm/test/CodeGen/DirectX/strip-fn-attrs.ll
index 4f2000640185..0bfe4dac0789 100644
--- a/llvm/test/CodeGen/DirectX/strip-fn-attrs.ll
+++ b/llvm/test/CodeGen/DirectX/strip-fn-attrs.ll
@@ -9,8 +9,7 @@ define dso_local float @fma(float %0, float %1, float %2) local_unnamed_addr #0
ret float %5
}
-; CHECK: Function Attrs: nounwind memory(none)
-; Function Attrs: nofree nosync nounwind readnone speculatable willreturn
+; CHECK-NOT: Function Attrs:
declare void @llvm.dbg.value(metadata, metadata, metadata) #1
; CHECK: attributes #0 = { nounwind memory(none) }