Skip to content

Commit c4c56a0

Browse files
authored
RuntimeLibcalls: Remove unused variable for atomic libcalls (#148599)
This was obsoleted by ed1ee9a
1 parent 0ae1506 commit c4c56a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.td

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,10 +1061,6 @@ defvar DefaultRuntimeLibcallImpls =
10611061
DefaultRuntimeLibcallImpls_f80),
10621062
DefaultRuntimeLibcallImpls_ppcf128);
10631063

1064-
defvar DefaultRuntimeLibcallImpls_atomic =
1065-
!filter(entry, DefaultRuntimeLibcallImpls,
1066-
!match(!cast<string>(entry.Provides), "ATOMIC"));
1067-
10681064
/// Default set of libcall impls for 32-bit architectures.
10691065
defvar DefaultLibcallImpls32 = DefaultRuntimeLibcallImpls;
10701066

0 commit comments

Comments
 (0)