diff options
author | Kazu Hirata <kazu@google.com> | 2021-01-24 12:18:54 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2021-01-24 12:18:54 -0800 |
commit | d44ca0cf2f64dab1da309f70f841ce3d2ffb527c (patch) | |
tree | f5feca6faa58ffc71fa61c42f81bd4eb09c2e36f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 116177afcce88d807c1beffcb9221999ad8a69a9 (diff) | |
download | llvm-d44ca0cf2f64dab1da309f70f841ce3d2ffb527c.zip llvm-d44ca0cf2f64dab1da309f70f841ce3d2ffb527c.tar.gz llvm-d44ca0cf2f64dab1da309f70f841ce3d2ffb527c.tar.bz2 |
[CodeGen] Forward-declare TargetMachine (NFC)
InstrEmitter.h needs TargetMachine but relies on a forward declaration
of TargetMachine in MachineOperand.h. This patch adds a forward
declaration right in InstrEmitter.h.
While we are at it, this patch removes the one in MachineOperand.h,
where it is unnecessary.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions