]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Reorganize mangle_builtin_type.[NFC]
authorJu-Zhe Zhong <juzhe.zhong@rivai.ai>
Fri, 14 Oct 2022 23:02:36 +0000 (07:02 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Mon, 17 Oct 2022 08:04:15 +0000 (16:04 +0800)
commit0ea578e98bebca08bcc8201c7709087f7ef15e1f
tree21cb13a17870911d4dd00effdd50909a36eb0837
parentf10b9f64133cbfb5ba06f4deb23766f92629bdd9
RISC-V: Reorganize mangle_builtin_type.[NFC]

Hi, this patch fixed my mistake in the previous commit patch.
Since "mangle_builtin_type" is a global function will be called in riscv.cc.
It's reasonable move it down and put them together stay with other global functions.

gcc/ChangeLog:

* config/riscv/riscv-vector-builtins.cc (mangle_builtin_type): Move down the function.
gcc/config/riscv/riscv-vector-builtins.cc