about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorDirreck <mingyang_ge@163.com>2023-07-13 23:43:38 +0800
committerdirreke <mingyang_ge@163.com>2023-08-14 23:02:36 +0800
commit8ed7aa16bdf331d0fd78b3fde634a6fea3287c34 (patch)
treef388fcda1254ffcb6ed8a48dd6b14a0b7827d506 /compiler
parentd16409fe228f07c8a702ace7b42c1e1196ff85e6 (diff)
downloadrust-8ed7aa16bdf331d0fd78b3fde634a6fea3287c34.tar.gz
rust-8ed7aa16bdf331d0fd78b3fde634a6fea3287c34.zip
Update compiler/rustc_target/src/abi/call/csky.rs
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_target/src/abi/call/csky.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/abi/call/csky.rs b/compiler/rustc_target/src/abi/call/csky.rs
index 75b453daa4f..bbe95fa20ac 100644
--- a/compiler/rustc_target/src/abi/call/csky.rs
+++ b/compiler/rustc_target/src/abi/call/csky.rs
@@ -1,4 +1,4 @@
-//see https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/CSKY/CSKYCallingConv.td
+// See https://github.com/llvm/llvm-project/blob/d85b94bf0080dcd780656c0f5e6342800720eba9/llvm/lib/Target/CSKY/CSKYCallingConv.td
 use crate::abi::call::{ArgAbi, FnAbi};
 
 fn classify_ret<Ty>(ret: &mut ArgAbi<'_, Ty>) {