Module Name: src
Committed By: rin
Date: Mon Jul 1 05:31:10 UTC 2024
Modified Files:
src/external/gpl3/gcc/dist/gcc: tree-ssa-ccp.cc
Log Message:
gcc: tree-ssa-cpp.c: Drop stale local change for sh3, NFC
Support for SHmedia ABI was removed a long ago, and now
`UNITS_PER_WORD` is fixed to 4.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.cc
diff -u src/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.cc:1.3 src/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.cc:1.4
--- src/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.cc:1.3 Sun Jun 30 08:38:40 2024
+++ src/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.cc Mon Jul 1 05:31:10 2024
@@ -4672,10 +4672,6 @@ make_pass_post_ipa_warn (gcc::context *c
#ifdef _LP64
#define TARGET_64BIT 1
#else
-#ifdef __sh__
-#undef UNITS_PER_WORD
-#define UNITS_PER_WORD 4 /* original definition varies depending on cpu */
-#endif
#define TARGET_64BIT 0
#endif