Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.
/ swift-llvm Public archive

Commit 25e9748

Browse files
committed
Fix MCWasmStreamer.cpp after merge conflict
1 parent 0ed50bf commit 25e9748

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/MC/MCWasmStreamer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ bool MCWasmStreamer::EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) {
8888
getAssembler().registerSymbol(*Symbol);
8989

9090
switch (Attribute) {
91-
case MCSA_Cold:
9291
case MCSA_LazyReference:
9392
case MCSA_Reference:
9493
case MCSA_SymbolResolver:

0 commit comments

Comments
 (0)