summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-31 23:10:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-31 23:10:26 +0000
commitac9f143a696f5d17bb97aee2230de67c002105b2 (patch)
treef3249cf637b2d34fbb00e542d790ab2301a9f9d2 /include/llvm
parent9934ff2b7f99c24b3ffc9d94dbe57a1c13f02b7c (diff)
downloadllvm-ac9f143a696f5d17bb97aee2230de67c002105b2.tar.gz
llvm-ac9f143a696f5d17bb97aee2230de67c002105b2.tar.bz2
llvm-ac9f143a696f5d17bb97aee2230de67c002105b2.tar.xz
Remove another hasRawTextSupport.
To remove this one simply move the end of file logic from the asm printer to the target mc streamer. This removes the last call to hasRawTextSupport from lib/Target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/MC/MCStreamer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index 4950197840..3228aa7bb9 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -76,6 +76,8 @@ public:
// Allow a target to add behavior to the EmitLabel of MCStreamer.
virtual void emitLabel(MCSymbol *Symbol);
+
+ virtual void finish();
};
// FIXME: declared here because it is used from