From 98eea392cdbcdb7360e58b46e9329573f092cd96 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 14 Apr 2021 18:47:46 -0400 Subject: [PATCH] Revert "Fix buildbots after 61a85da" This reverts commit c609d533634416fc701939d39bf1e43f293e84dc. 61a85da was reverted in ab98f2c7 --- llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll b/llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll index 1919f87a3a6f..2ae332ffa437 100644 --- a/llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll +++ b/llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll @@ -791,5 +791,5 @@ entry: ; GCN-PRELINK: declare float @_Z11native_sqrtf(float) local_unnamed_addr #[[$NOUNWIND_READONLY]] ; GCN-PRELINK: attributes #[[$NOUNWIND]] = { nounwind } -; GCN-PRELINK: attributes #[[$NOUNWIND_READONLY]] = { nofree nounwind readonly } +; GCN-PRELINK: attributes #[[$NOUNWIND_READONLY]] = { nounwind readonly } attributes #0 = { nounwind }