| Index: src/IceTargetLoweringX8632.cpp
|
| diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
|
| index 13476c8ec4229fdf4209ccebe2ba0c48b8dc5e31..32102df20483242262ee76f63a72ca80ad268ea4 100644
|
| --- a/src/IceTargetLoweringX8632.cpp
|
| +++ b/src/IceTargetLoweringX8632.cpp
|
| @@ -4118,9 +4118,7 @@ TargetX8632::eliminateNextVectorSextInstruction(Variable *SignExtendedResult) {
|
| }
|
| }
|
|
|
| -void TargetX8632::lowerUnreachable(const InstUnreachable * /*Inst*/) {
|
| - _ud2();
|
| -}
|
| +void TargetX8632::lowerUnreachable(const InstUnreachable * /*Inst*/) { _ud2(); }
|
|
|
| // Turn an i64 Phi instruction into a pair of i32 Phi instructions, to
|
| // preserve integrity of liveness analysis. Undef values are also
|
|
|