Home
last modified time | relevance | path

Searched refs:UseLineComment (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp634 bool UseLineComment = in emit() local
637 UseLineComment = false; in emit()
640 OS << (UseLineComment ? "// " : "/*"); in emit()
646 if ((Flags & MTRF_Comment) && !UseLineComment) in emit()