mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +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
|
||||
/// "(X LOp Y) ROp (Z LOp Z)".
|
||||
/// "(X LOp Y) ROp (X LOp Z)".
|
||||
static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
|
||||
Instruction::BinaryOps ROp) {
|
||||
switch (LOp) {
|
||||
|
Loading…
Reference in New Issue
Block a user