| Index: src/compiler/ppc/code-generator-ppc.cc
 | 
| diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc
 | 
| index 47d4f2b7dc6769e33ac5bbd018aabeb558f1014c..1b6c6f7dd0cb30a56e29cf6d26743873d71b2927 100644
 | 
| --- a/src/compiler/ppc/code-generator-ppc.cc
 | 
| +++ b/src/compiler/ppc/code-generator-ppc.cc
 | 
| @@ -187,8 +187,7 @@ Condition FlagsConditionToCondition(FlagsCondition condition) {
 | 
|  #else
 | 
|        return ge;
 | 
|  #endif
 | 
| -    case kUnorderedEqual:
 | 
| -    case kUnorderedNotEqual:
 | 
| +    default:
 | 
|        break;
 | 
|    }
 | 
|    UNREACHABLE();
 | 
| 
 |