Skip to content

Commit 8e8c3bd

Browse files
committed
Fix comment
1 parent 1b7e547 commit 8e8c3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ defset list<RuntimeLibcallImpl> LibmF128FiniteLibcalls = {
990990
defvar AllDefaultLibCalls =
991991
!foreach(entry, AllDefaultRuntimeLibcallImpls, entry.Provides);
992992

993-
// These libcalls are only available in compiler-rt, not libgcc for
993+
// These libcalls are only available in libgcc, not compiler-rt for
994994
// 32-bit arch. They are available on both for 64-bit.
995995
defvar LibCallsCompilerRT64OrLibGCC = [
996996
__ashlti3, __lshrti3, __ashrti3, __multi3, __mulodi4

0 commit comments

Comments
 (0)