mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
Typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163053 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -15497,7 +15497,7 @@ static SDValue PerformFMinFMaxCombine(SDNode *N, SelectionDAG &DAG) {
|
||||
return SDValue();
|
||||
|
||||
// If we run in unsafe-math mode, then convert the FMAX and FMIN nodes
|
||||
// into FMINC and MMAXC, which are Commutative operations.
|
||||
// into FMINC and FMAXC, which are Commutative operations.
|
||||
unsigned NewOp = 0;
|
||||
switch (N->getOpcode()) {
|
||||
default: llvm_unreachable("unknown opcode");
|
||||
|
||||
Reference in New Issue
Block a user