Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 888319b

Browse files
committed
Remove trailing whitespace. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292613 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 28ad0fe commit 888319b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/X86/X86TargetTransformInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ unsigned X86TTIImpl::getMaxInterleaveFactor(unsigned VF) {
114114
}
115115

116116
int X86TTIImpl::getArithmeticInstrCost(
117-
unsigned Opcode, Type *Ty,
117+
unsigned Opcode, Type *Ty,
118118
TTI::OperandValueKind Op1Info, TTI::OperandValueKind Op2Info,
119119
TTI::OperandValueProperties Opd1PropInfo,
120120
TTI::OperandValueProperties Opd2PropInfo,

0 commit comments

Comments
 (0)