Skip to content

Commit 10d8f3f

Browse files
author
mattarde
committed
remove bitcast comments
1 parent f9ea385 commit 10d8f3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,6 @@ bool X86LegalizerInfo::expandFPClassTestForF32OrF64(
881881
// In the general case use integer operations.
882882
unsigned BitSize = SrcTy.getScalarSizeInBits();
883883
LLT IntVT = LLT::scalar(BitSize);
884-
// MachineInstrBuilder OpAsInt = MIRBuilder.buildBitcast(IntVT, SrcReg);
885884
MachineInstrBuilder OpAsInt = MIRBuilder.buildCopy(IntVT, SrcReg);
886885

887886
// Various Mask

0 commit comments

Comments
 (0)