Tree: Corrected typos in various files.
This commit fixes typos in the tree module of GCC.
This commit addresses typos within the tree module of GCC, enhancing code clarity. The changes span multiple files, and improve the overall quality and maintainability of GCC’s core data structures. While minor, such fixes contribute to a more robust and understandable codebase.
In Details
This commit corrects typos across various files in the tree module, including tree-assume.cc, tree-cfg.cc, and tree-loop-distribution.cc. The tree module is a fundamental part of the GCC compiler, representing the program's abstract syntax tree (AST).
For Context
In GCC, the 'tree' is the primary data structure that represents the program being compiled after parsing. It's an abstract syntax tree (AST) that the compiler uses to perform analysis and optimization. This commit fixes typos within the tree module, enhancing the clarity and maintainability of this core component, thus contributing to overall compiler quality.