diff options
Diffstat (limited to 'llvm/lib/Demangle')
-rw-r--r-- | llvm/lib/Demangle/MicrosoftDemangle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Demangle/MicrosoftDemangle.cpp b/llvm/lib/Demangle/MicrosoftDemangle.cpp index 912ca64d76d..e596f0cea1c 100644 --- a/llvm/lib/Demangle/MicrosoftDemangle.cpp +++ b/llvm/lib/Demangle/MicrosoftDemangle.cpp @@ -674,7 +674,6 @@ Demangler::demangleFunctionIdentifierCode(StringView &MangledName, return Arena.alloc<IntrinsicFunctionIdentifierNode>( translateIntrinsicFunctionCode(CH, Group)); } - break; case FunctionIdentifierCodeGroup::Under: return Arena.alloc<IntrinsicFunctionIdentifierNode>( translateIntrinsicFunctionCode(MangledName.popFront(), Group)); |