Skip to content

Commit 531324f

Browse files
clarify comment
1 parent b386538 commit 531324f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,8 +1808,8 @@ unsigned SystemZInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
18081808
.getParent()
18091809
->getStackProtectorGuard();
18101810
unsigned Size = (MI.getOpcode() == TargetOpcode::LOAD_STACK_GUARD)
1811-
? 6
1812-
: 0; // lg to load value
1811+
? 6 // lg to load value
1812+
: 0;
18131813
if (GuardType == "global")
18141814
return Size + 6; // larl/lgrl
18151815
if (GuardType.empty() || GuardType == "tls")

0 commit comments

Comments
 (0)