[SDAG] Give InstrEmitter hidden visibility

NFC.

llvm-svn: 241165
This commit is contained in:
Benjamin Kramer 2015-07-01 14:55:10 +00:00
parent f4c2025357
commit 85b2815aba
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class MachineInstrBuilder;
class MCInstrDesc; class MCInstrDesc;
class SDDbgValue; class SDDbgValue;
class InstrEmitter { class LLVM_LIBRARY_VISIBILITY InstrEmitter {
MachineFunction *MF; MachineFunction *MF;
MachineRegisterInfo *MRI; MachineRegisterInfo *MRI;
const TargetInstrInfo *TII; const TargetInstrInfo *TII;