diff options
author | River Riddle <riddleriver@gmail.com> | 2022-05-12 13:36:05 -0700 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2022-05-16 13:54:02 -0700 |
commit | a6cef03f66ca76169ba629d21f1245b50b646ee0 (patch) | |
tree | 07254aee635907f2eead90ce945d6c9d65e63d37 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | c8457eb5323ca99361c1748a22a16edb3160ae5f (diff) | |
download | llvm-a6cef03f66ca76169ba629d21f1245b50b646ee0.zip llvm-a6cef03f66ca76169ba629d21f1245b50b646ee0.tar.gz llvm-a6cef03f66ca76169ba629d21f1245b50b646ee0.tar.bz2 |
[mlir] Remove the `type` keyword from type alias definitions
This was carry over from LLVM IR where the alias definition can
be ambiguous, but MLIR type aliases have no such problems.
Having the `type` keyword is superfluous and doesn't add anything.
This commit drops it, which also nicely aligns with the syntax for
attribute aliases (which doesn't have a keyword).
Differential Revision: https://reviews.llvm.org/D125501
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions