projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165663a
)
llvm-undname: Remove unreachable statement
author
Nico Weber
<nicolasweber@gmx.de>
Tue, 28 May 2019 01:20:36 +0000
(
01:20
+0000)
committer
Nico Weber
<nicolasweber@gmx.de>
Tue, 28 May 2019 01:20:36 +0000
(
01:20
+0000)
llvm-svn: 361786
llvm/lib/Demangle/MicrosoftDemangle.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Demangle/MicrosoftDemangle.cpp
b/llvm/lib/Demangle/MicrosoftDemangle.cpp
index
912ca64
..
e596f0c
100644
(file)
--- 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));