mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove global std::string. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd795464f4
commit
7dcbed058f
@ -496,7 +496,7 @@ template <typename T> static void unique_unsorted(std::vector<T> &vec) {
|
||||
}
|
||||
}
|
||||
|
||||
static std::string GCSafepointPollName("gc.safepoint_poll");
|
||||
static const char *const GCSafepointPollName = "gc.safepoint_poll";
|
||||
|
||||
static bool isGCSafepointPoll(Function &F) {
|
||||
return F.getName().equals(GCSafepointPollName);
|
||||
|
Loading…
Reference in New Issue
Block a user