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 b386538 commit 531324fCopy full SHA for 531324f
llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
@@ -1808,8 +1808,8 @@ unsigned SystemZInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
1808
.getParent()
1809
->getStackProtectorGuard();
1810
unsigned Size = (MI.getOpcode() == TargetOpcode::LOAD_STACK_GUARD)
1811
- ? 6
1812
- : 0; // lg to load value
+ ? 6 // lg to load value
+ : 0;
1813
if (GuardType == "global")
1814
return Size + 6; // larl/lgrl
1815
if (GuardType.empty() || GuardType == "tls")
0 commit comments