mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Removed extra parenthesis and fixed spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7359 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ebb20c51fa
commit
686e65fb65
@ -79,7 +79,7 @@ public:
|
||||
|
||||
/// isAssociative - Return true if the instruction is associative:
|
||||
///
|
||||
/// Associative operators satisfy: x op (y op z) === (x op y) op z)
|
||||
/// Associative operators satisfy: x op (y op z) === (x op y) op z
|
||||
///
|
||||
/// In LLVM, the Add, Mul, And, Or, and Xor operators are associative, when
|
||||
/// not applied to floating point types.
|
||||
@ -89,7 +89,7 @@ public:
|
||||
|
||||
/// isCommutative - Return true if the instruction is commutative:
|
||||
///
|
||||
/// Commutative operators satistify: (x op y) === (y op x)
|
||||
/// Commutative operators satisfy: (x op y) === (y op x)
|
||||
///
|
||||
/// In LLVM, these are the associative operators, plus SetEQ and SetNE, when
|
||||
/// applied to any type.
|
||||
|
Loading…
Reference in New Issue
Block a user