diff options
author | Cameron McInally <cameron.mcinally@nyu.edu> | 2019-05-07 00:10:12 +0000 |
---|---|---|
committer | Cameron McInally <cameron.mcinally@nyu.edu> | 2019-05-07 00:10:12 +0000 |
commit | 25afc8ad0773b064d4e4361c58c12374638e4280 (patch) | |
tree | 0b06b45829a0ef2d6d6fd5aa2744f66b9b80f247 /llvm/lib/Bitcode/Reader/MetadataLoader.cpp | |
parent | a75630302dd04cd83021c346263d6a19295fd7cf (diff) | |
download | llvm-25afc8ad0773b064d4e4361c58c12374638e4280.zip llvm-25afc8ad0773b064d4e4361c58c12374638e4280.tar.gz llvm-25afc8ad0773b064d4e4361c58c12374638e4280.tar.bz2 |
Refactor UnaryOperator class
The UnaryOperator class was originally placed in llvm/IR/Instructions.h, with the other UnaryInstructions. However, I'm now thinking that it makes more sense for it to live in llvm/IR/InstrTypes.h, with BinaryOperator. It is more similar to BinaryOperator than any of the other UnaryInstructions.
NFCI
Differential Revision: https://reviews.llvm.org/D61614
llvm-svn: 360103
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
0 files changed, 0 insertions, 0 deletions