Skip to content

Commit 7a1f7b4

Browse files
committed
Comment
1 parent 2fab5a5 commit 7a1f7b4

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
@@ -901,7 +901,7 @@ defvar AllDefaultLibCalls =
901901
!foreach(entry, AllDefaultRuntimeLibcallImpls, entry.Provides);
902902

903903
// These libcalls are only available in compiler-rt, not libgcc for
904-
// 32-bit arch.
904+
// 32-bit arch. They are available on both for 64-bit.
905905
defvar LibCallsCompilerRT64OrLibGCC = [
906906
__ashlti3, __lshrti3, __ashrti3, __multi3, __mulodi4
907907
];

0 commit comments

Comments
 (0)