Skip to content

Commit 256fa21

Browse files
committed
[NFC] Cosmetic change + remove irrelevant FIXME
1 parent 0b82746 commit 256fa21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/M68k/M68kISelLowering.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,7 @@ M68kTargetLowering::M68kTargetLowering(const M68kTargetMachine &TM,
181181
},
182182
{MVT::i8, MVT::i16, MVT::i32}, LibCall);
183183

184-
// 2^2 bytes
185-
// FIXME can it be just 2^1?
186-
setMinFunctionAlignment(Align::Constant<2>());
184+
setMinFunctionAlignment(Align(2));
187185
}
188186

189187
TargetLoweringBase::AtomicExpansionKind

0 commit comments

Comments
 (0)