mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 03:40:35 +00:00
grammar tweakage
llvm-svn: 114561
This commit is contained in:
parent
f8956463a7
commit
8899a330c7
@ -162,7 +162,7 @@ public:
|
||||
|
||||
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
|
||||
/// indicated by the hasRawTextSupport() predicate.
|
||||
virtual void EmitRawText(StringRef String);
|
||||
@ -692,7 +692,7 @@ void MCAsmStreamer::EmitInstruction(const MCInst &Inst) {
|
||||
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
|
||||
/// indicated by the hasRawTextSupport() predicate.
|
||||
void MCAsmStreamer::EmitRawText(StringRef String) {
|
||||
|
Loading…
Reference in New Issue
Block a user