diff options
author | Nico Weber <thakis@chromium.org> | 2020-01-08 22:50:49 -0500 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2020-01-08 22:50:49 -0500 |
commit | 71d64f72f934631aa2f12b9542c23f74f256f494 (patch) | |
tree | 4e40ee1227481bbceefbccfe20f4e9685e4f461c /llvm/lib/CodeGen/MIRParser/MILexer.h | |
parent | 3ef05d85be8c3666ebfa3ad986eb334da5195a47 (diff) | |
download | bcm5719-llvm-71d64f72f934631aa2f12b9542c23f74f256f494.tar.gz bcm5719-llvm-71d64f72f934631aa2f12b9542c23f74f256f494.zip |
Revert "[MIR] Target specific MIR formating and parsing"
This reverts commit 3ef05d85be8c3666ebfa3ad986eb334da5195a47.
It broke check-llvm on many bots, see comments on D69836.
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser/MILexer.h')
-rw-r--r-- | llvm/lib/CodeGen/MIRParser/MILexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/MILexer.h b/llvm/lib/CodeGen/MIRParser/MILexer.h index af5327cacfe..1e2eba91ceb 100644 --- a/llvm/lib/CodeGen/MIRParser/MILexer.h +++ b/llvm/lib/CodeGen/MIRParser/MILexer.h @@ -110,7 +110,6 @@ struct MIToken { kw_jump_table, kw_constant_pool, kw_call_entry, - kw_custom, kw_liveout, kw_address_taken, kw_landing_pad, |