[NFC] Remove unneeded printString methods
authorJayson Yan <jaysonyan@google.com>
Fri, 10 Dec 2021 18:14:53 +0000 (18:14 +0000)
committerJayson Yan <jaysonyan@google.com>
Fri, 10 Dec 2021 18:57:33 +0000 (18:57 +0000)
commit10602f2ae1ce663f88c452a199bc036394f3ccbd
treedab46294dfb21df24ce66bd43560e3a8aaec155a
parentec6870b39cf75bf84a160322bc72b1a3abd69da8
[NFC] Remove unneeded printString methods

Both std::string and char * implicitly convert to StringRef so
the overloaded method using std::string and char* are unneeded.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D114740
llvm/include/llvm/Support/ScopedPrinter.h