Skip to content

Commit 74674a3

Browse files
committed
fix unintentional movement of doc line
1 parent 3bb9a2b commit 74674a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5713,8 +5713,8 @@ buildCallOperands(SmallVectorImpl<SDValue> &Ops,
57135713
SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass,
57145714
SDValue Glue, SDValue Chain, SDValue &Callee, int SPDiff,
57155715
const PPCSubtarget &Subtarget) {
5716-
// MVT for a general purpose register.
57175716
const bool IsPPC64 = Subtarget.isPPC64();
5717+
// MVT for a general purpose register.
57185718
const MVT RegVT = Subtarget.getScalarIntVT();
57195719

57205720
// First operand is always the chain.

0 commit comments

Comments
 (0)