| Index: src/IceTargetLoweringARM32.cpp
|
| diff --git a/src/IceTargetLoweringARM32.cpp b/src/IceTargetLoweringARM32.cpp
|
| index 54a0cfaf9f73e04962793d0c4ea47a953f9cb975..a6c27636898c0153d63401557b123b4d5bb31c40 100644
|
| --- a/src/IceTargetLoweringARM32.cpp
|
| +++ b/src/IceTargetLoweringARM32.cpp
|
| @@ -5736,6 +5736,10 @@ void TargetARM32::lowerSwitch(const InstSwitch *Instr) {
|
| _br(Instr->getLabelDefault());
|
| }
|
|
|
| +void TargetARM32::lowerBreakpoint(const InstBreakpoint *Instr) {
|
| + UnimplementedLoweringError(this, Instr);
|
| +}
|
| +
|
| void TargetARM32::lowerUnreachable(const InstUnreachable * /*Instr*/) {
|
| _trap();
|
| }
|
|
|