summaryrefslogtreecommitdiff
path: root/include/llvm/MC
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-28 05:48:46 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-28 05:48:46 +0000
commite6cdbf2f92a753ad547e3287e279bf47585b228d (patch)
treea1159d7a9ee5f7f05922f39b8dae738e0f604e89 /include/llvm/MC
parent2e15292659f174376ef10fac1172c9ef1a605c8a (diff)
downloadllvm-e6cdbf2f92a753ad547e3287e279bf47585b228d.tar.gz
llvm-e6cdbf2f92a753ad547e3287e279bf47585b228d.tar.bz2
llvm-e6cdbf2f92a753ad547e3287e279bf47585b228d.tar.xz
llvm-mc: Emit .lcomm as .zerofill.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r--include/llvm/MC/MCStreamer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index f4545bef22..626b34d609 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -152,9 +152,8 @@ namespace llvm {
/// @param Symbol - The common symbol to emit.
/// @param Size - The size of the common symbol.
/// @param Pow2Alignment - The alignment of the common symbol if non-zero.
- /// @param IsLocal - If true, then the symbol is to be a local common
virtual void EmitCommonSymbol(MCSymbol *Symbol, unsigned Size,
- unsigned Pow2Alignment, bool IsLocal) = 0;
+ unsigned Pow2Alignment) = 0;
/// EmitZerofill - Emit a the zerofill section and possiblity a symbol, if
/// @param Symbol is non-NULL, for @param Size and with the @param