forked from OSchip/llvm-project
Fix MSVC warnings about falling off the end of a non-void function
llvm-svn: 214103
This commit is contained in:
parent
6dca51502a
commit
07bdf7f720
|
@ -433,6 +433,7 @@ public:
|
||||||
#include "ThreadSafetyOps.def"
|
#include "ThreadSafetyOps.def"
|
||||||
#undef TIL_OPCODE_DEF
|
#undef TIL_OPCODE_DEF
|
||||||
}
|
}
|
||||||
|
llvm_unreachable("invalid enum");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue