summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Demangle
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-05-28 01:20:36 +0000
committerNico Weber <nicolasweber@gmx.de>2019-05-28 01:20:36 +0000
commitf83c39e53f5636c43aac7a19e0b8f0784a6bc59f (patch)
tree7e42a2913228afaa3dd0cdfdb286a0bda8282d20 /llvm/lib/Demangle
parent165663aeeb643ee834271ca09b3e094052298b92 (diff)
downloadbcm5719-llvm-f83c39e53f5636c43aac7a19e0b8f0784a6bc59f.tar.gz
bcm5719-llvm-f83c39e53f5636c43aac7a19e0b8f0784a6bc59f.zip
llvm-undname: Remove unreachable statement
llvm-svn: 361786
Diffstat (limited to 'llvm/lib/Demangle')
-rw-r--r--llvm/lib/Demangle/MicrosoftDemangle.cpp1
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));
OpenPOWER on IntegriCloud