Fix trailing whitespace. NFCI.

llvm-svn: 328917
This commit is contained in:
Simon Pilgrim 2018-03-31 09:14:14 +00:00
parent 824f36edff
commit 8c8ebd7945
1 changed files with 1 additions and 1 deletions

View File

@ -38693,7 +38693,7 @@ void X86TargetLowering::finalizeLowering(MachineFunction &MF) const {
TargetLoweringBase::finalizeLowering(MF);
}
SDValue X86TargetLowering::expandIndirectJTBranch(const SDLoc& dl,
SDValue X86TargetLowering::expandIndirectJTBranch(const SDLoc& dl,
SDValue Value, SDValue Addr,
SelectionDAG &DAG) const {
const Module *M = DAG.getMachineFunction().getMMI().getModule();