Skip to content

Commit e7c4ba8

Browse files
FK_NONE -> {}
1 parent 798891a commit e7c4ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ WebAssemblyAsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
7878
// Fixup kinds from raw relocation types and .reloc directives force
7979
// relocations and do not use these fields.
8080
if (mc::isRelocation(Kind))
81-
return MCAsmBackend::getFixupKindInfo(FK_NONE);
81+
return {};
8282

8383
if (Kind < FirstTargetFixupKind)
8484
return MCAsmBackend::getFixupKindInfo(Kind);

0 commit comments

Comments
 (0)