summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-25 18:37:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-25 18:37:33 +0000
commit91c39aa6285247aefbf627f4210f7931076bae49 (patch)
tree4cf5aa8b6547604f18a088a9114dd2149262328a /include/llvm
parent276ef73f4abdcdef6a993e0280383e5e476b7027 (diff)
downloadllvm-91c39aa6285247aefbf627f4210f7931076bae49.tar.gz
llvm-91c39aa6285247aefbf627f4210f7931076bae49.tar.bz2
llvm-91c39aa6285247aefbf627f4210f7931076bae49.tar.xz
Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.
This completes the refactoring of RecordStreamer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/MC/MCStreamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index c24c64283d..5a46cff511 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -712,7 +712,7 @@ public:
/// EmitInstruction - Emit the given @p Instruction into the current
/// section.
- virtual void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) = 0;
+ virtual void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI);
/// \brief Set the bundle alignment mode from now on in the section.
/// The argument is the power of 2 to which the alignment is set. The