mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
Fix spell-o's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8431 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
//
|
||||
// This is a simple worklist driven algorithm.
|
||||
//
|
||||
// This pass guarantees that the following cannonicalizations are performed on
|
||||
// This pass guarantees that the following canonicalizations are performed on
|
||||
// the program:
|
||||
// 1. If a binary operator has a constant operand, it is moved to the RHS
|
||||
// 2. Bitwise operators with constant operands are always grouped so that
|
||||
|
||||
Reference in New Issue
Block a user