summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-11-24 02:18:49 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-11-24 02:18:49 +0000
commit529a01df02ad221e8e55097a8ee36b85234eb078 (patch)
tree3d28b3201953f0c6fcbfaca7bca99f82f1bf72d7 /include
parent28c9ea3c13dfb8f6bb3226ba511d189135fcb140 (diff)
downloadllvm-529a01df02ad221e8e55097a8ee36b85234eb078.tar.gz
llvm-529a01df02ad221e8e55097a8ee36b85234eb078.tar.bz2
llvm-529a01df02ad221e8e55097a8ee36b85234eb078.tar.xz
Move a bit of duplicated code into a helper function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCStreamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index b5c8008cd6..47cea038c3 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -55,6 +55,7 @@ namespace llvm {
std::vector<MCDwarfFrameInfo> FrameInfos;
MCDwarfFrameInfo *getCurrentFrameInfo();
+ MCSymbol *EmitCFICommon();
void EnsureValidFrame();
std::vector<MCWin64EHUnwindInfo *> W64UnwindInfos;