Chromium Code Reviews| Index: src/IceTargetLoweringMIPS32.cpp | 
| diff --git a/src/IceTargetLoweringMIPS32.cpp b/src/IceTargetLoweringMIPS32.cpp | 
| index c4b602463f20af75a03df68d14f4f43a92998fa5..147b6a763f9b8022cd5e89a5db16ec2495fb4c5e 100644 | 
| --- a/src/IceTargetLoweringMIPS32.cpp | 
| +++ b/src/IceTargetLoweringMIPS32.cpp | 
| @@ -3359,8 +3359,8 @@ void TargetMIPS32::lowerBreakpoint(const InstBreakpoint *Instr) { | 
| UnimplementedLoweringError(this, Instr); | 
| } | 
| -void TargetMIPS32::lowerUnreachable(const InstUnreachable *Instr) { | 
| - UnimplementedLoweringError(this, Instr); | 
| +void TargetMIPS32::lowerUnreachable(const InstUnreachable * /*Instr*/) { | 
| 
 
Jim Stichnoth
2016/09/19 23:56:38
I would probably just remove the Instr name:
void
 
obucinac
2016/09/20 13:06:02
Done.
 
 | 
| + _teq(getZero(), getZero(), 0); | 
| 
 
Jim Stichnoth
2016/09/19 23:56:38
Can you "document" the 0?
constexpr uint32_t Trap
 
obucinac
2016/09/20 13:06:02
Done.
 
 | 
| } | 
| // Turn an i64 Phi instruction into a pair of i32 Phi instructions, to preserve |