mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
Merge remote-tracking branch 'stable/linux-6.12.y' into rpi-6.12.y
This commit is contained in:
@@ -191,10 +191,17 @@ inline bool is_a_helper<const gassign *>::test(const_gimple gs)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if BUILDING_GCC_VERSION < 16000
|
||||
#define TODO_verify_ssa TODO_verify_il
|
||||
#define TODO_verify_flow TODO_verify_il
|
||||
#define TODO_verify_stmts TODO_verify_il
|
||||
#define TODO_verify_rtl_sharing TODO_verify_il
|
||||
#else
|
||||
#define TODO_verify_ssa 0
|
||||
#define TODO_verify_flow 0
|
||||
#define TODO_verify_stmts 0
|
||||
#define TODO_verify_rtl_sharing 0
|
||||
#endif
|
||||
|
||||
#define INSN_DELETED_P(insn) (insn)->deleted()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user