aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCStreamer.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-30 21:14:05 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-30 21:14:05 +0000
commit16d7262e7a2e523c97e2c8bb2b4ab8823cf05772 (patch)
tree94583d1e700bd3811de56360e63acb5f58b51ba5 /include/llvm/MC/MCStreamer.h
parent6a8458c86c784f7955ab7815b4840fc21f27b2d8 (diff)
downloadexternal_llvm-16d7262e7a2e523c97e2c8bb2b4ab8823cf05772.zip
external_llvm-16d7262e7a2e523c97e2c8bb2b4ab8823cf05772.tar.gz
external_llvm-16d7262e7a2e523c97e2c8bb2b4ab8823cf05772.tar.bz2
Tweak comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCStreamer.h')
-rw-r--r--include/llvm/MC/MCStreamer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index 8ca5121..09fd68a 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -198,11 +198,9 @@ namespace llvm {
///
/// This is used to implement assembler directives such as .org.
///
- /// @param Offset - The offset to reach.This may be an expression, but the
+ /// @param Offset - The offset to reach. This may be an expression, but the
/// expression must be associated with the current section.
/// @param Value - The value to use when filling bytes.
- //
- // FIXME: How are we going to signal failures out of this?
virtual void EmitValueToOffset(const MCValue &Offset,
unsigned char Value = 0) = 0;