Add a version of AsmPrinter::EOL that takes a const char* so that we don't...
Add a version of AsmPrinter::EOL that takes a const char* so that we don't have to do as many implicit std::string constructions. Unfortunately, this doesn't appear to translate to a real speedup in practice. llvm-svn: 52981
Loading
Please register or sign in to comment