mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix comments
llvm-svn: 174390
This commit is contained in:
parent
56ef42a2ac
commit
89664e61b6
@ -124,7 +124,7 @@ template<class CodeEmitter>
|
||||
} // end anonymous namespace.
|
||||
|
||||
/// createX86CodeEmitterPass - Return a pass that emits the collected X86 code
|
||||
/// to the specified templated MachineCodeEmitter object.
|
||||
/// to the specified JITCodeEmitter object.
|
||||
FunctionPass *llvm::createX86JITCodeEmitterPass(X86TargetMachine &TM,
|
||||
JITCodeEmitter &JCE) {
|
||||
return new Emitter<JITCodeEmitter>(TM, JCE);
|
||||
|
@ -132,7 +132,7 @@ static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) {
|
||||
return NumBytes+1;
|
||||
}
|
||||
|
||||
/// EmitMatcherOpcodes - Emit bytes for the specified matcher and return
|
||||
/// EmitMatcher - Emit bytes for the specified matcher and return
|
||||
/// the number of bytes emitted.
|
||||
unsigned MatcherTableEmitter::
|
||||
EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx,
|
||||
|
Loading…
Reference in New Issue
Block a user