[llvm-commits] [llvm] r80516 - /llvm/trunk/include/llvm/MC/MCStreamer.h

Daniel Dunbar daniel at zuster.org
Sun Aug 30 14:14:05 PDT 2009


Author: ddunbar
Date: Sun Aug 30 16:14:05 2009
New Revision: 80516

URL: http://llvm.org/viewvc/llvm-project?rev=80516&view=rev
Log:
Tweak comment.

Modified:
    llvm/trunk/include/llvm/MC/MCStreamer.h

Modified: llvm/trunk/include/llvm/MC/MCStreamer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCStreamer.h?rev=80516&r1=80515&r2=80516&view=diff

==============================================================================
--- llvm/trunk/include/llvm/MC/MCStreamer.h (original)
+++ llvm/trunk/include/llvm/MC/MCStreamer.h Sun Aug 30 16:14:05 2009
@@ -198,11 +198,9 @@
     ///
     /// 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;
     





More information about the llvm-commits mailing list