We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae46855 commit 07dfa61Copy full SHA for 07dfa61
llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCExpr.cpp
@@ -73,7 +73,7 @@ StringRef LoongArchMCExpr::getVariantKindName(VariantKind Kind) {
73
case VK_LoongArch_B21:
74
return "b21";
75
case VK_LoongArch_B26:
76
- return "b21";
+ return "b26";
77
case VK_LoongArch_ABS_HI20:
78
return "abs_hi20";
79
case VK_LoongArch_ABS_LO12:
0 commit comments