grammar tweakage

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-09-22 18:18:30 +00:00
parent 00545e1cd5
commit bd4ec84d15

View File

@ -162,7 +162,7 @@ public:
virtual void EmitInstruction(const MCInst &Inst); virtual void EmitInstruction(const MCInst &Inst);
/// EmitRawText - If this file is backed by a assembly streamer, this dumps /// EmitRawText - If this file is backed by an assembly streamer, this dumps
/// the specified string in the output .s file. This capability is /// the specified string in the output .s file. This capability is
/// indicated by the hasRawTextSupport() predicate. /// indicated by the hasRawTextSupport() predicate.
virtual void EmitRawText(StringRef String); virtual void EmitRawText(StringRef String);
@ -692,7 +692,7 @@ void MCAsmStreamer::EmitInstruction(const MCInst &Inst) {
EmitEOL(); EmitEOL();
} }
/// EmitRawText - If this file is backed by a assembly streamer, this dumps /// EmitRawText - If this file is backed by an assembly streamer, this dumps
/// the specified string in the output .s file. This capability is /// the specified string in the output .s file. This capability is
/// indicated by the hasRawTextSupport() predicate. /// indicated by the hasRawTextSupport() predicate.
void MCAsmStreamer::EmitRawText(StringRef String) { void MCAsmStreamer::EmitRawText(StringRef String) {