[globalisel][tablegen] Removed unnecessary typedef pointed out in post-commit review for r308599. NFC

llvm-svn: 309687
This commit is contained in:
Daniel Sanders 2017-08-01 14:55:34 +00:00
parent 1ec9cba4e3
commit 004bd1237d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ bool InstructionSelector::executeMatchTable(
uint64_t CurrentIdx = 0;
SmallVector<uint64_t, 8> OnFailResumeAt;
typedef enum { RejectAndGiveUp, RejectAndResume } RejectAction;
enum RejectAction { RejectAndGiveUp, RejectAndResume };
auto handleReject = [&]() -> RejectAction {
DEBUG(dbgs() << CurrentIdx << ": Rejected\n");
if (OnFailResumeAt.empty())