aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ch.cc
diff options
context:
space:
mode:
authorChristoph Müllner <christoph.muellner@vrull.eu>2023-04-24 23:42:50 +0200
committerKito Cheng <kito.cheng@sifive.com>2023-07-12 16:12:28 +0800
commit96ad6ab29b3d6d8646c97760cc87a17f405e09d2 (patch)
tree8b5c013f28a12fb552e015e19dd9eaa0801993ed /gcc/tree-ssa-loop-ch.cc
parenta3480aacc4ab01651725a63e05829a43bc23d549 (diff)
downloadgcc-96ad6ab29b3d6d8646c97760cc87a17f405e09d2.zip
gcc-96ad6ab29b3d6d8646c97760cc87a17f405e09d2.tar.gz
gcc-96ad6ab29b3d6d8646c97760cc87a17f405e09d2.tar.bz2
riscv: Move address classification info types to riscv-protos.h
enum riscv_address_type and struct riscv_address_info are used to store address classification information. Let's move this types into our common header file in order to share them with other compilation units. This is a non-functional change without any intendet side-effects. gcc/ChangeLog: * config/riscv/riscv-protos.h (enum riscv_address_type): New location of type definition. (struct riscv_address_info): Likewise. * config/riscv/riscv.cc (enum riscv_address_type): Old location of type definition. (struct riscv_address_info): Likewise. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
Diffstat (limited to 'gcc/tree-ssa-loop-ch.cc')
0 files changed, 0 insertions, 0 deletions