diff options
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineOperand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index 2078a8b..8098333 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp @@ -474,7 +474,7 @@ static void printSyncScope(raw_ostream &OS, const LLVMContext &Context, Context.getSyncScopeNames(SSNs); OS << "syncscope(\""; - PrintEscapedString(SSNs[SSID], OS); + printEscapedString(SSNs[SSID], OS); OS << "\") "; break; } |