mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
Fix typo pointed out by Frits van Bommel and Marius Wachtler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5057f38141
commit
c2b1c0b85d
@ -238,7 +238,7 @@ bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
|
/// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
|
||||||
/// "(X LOp Y) ROp (Z LOp Z)".
|
/// "(X LOp Y) ROp (X LOp Z)".
|
||||||
static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
|
static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
|
||||||
Instruction::BinaryOps ROp) {
|
Instruction::BinaryOps ROp) {
|
||||||
switch (LOp) {
|
switch (LOp) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user