diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-05-11 10:03:05 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-05-11 10:03:05 +0000 |
commit | a4a13a0da08ad2f985f7f7f5dc3cf1b998d4fb3e (patch) | |
tree | 7b3afb0e5138d4fa0d1238f2bbfe437080b20c23 | |
parent | 456218438a2fc5175d9f77f7bcd38dbea83a5fcf (diff) | |
download | bcm5719-llvm-a4a13a0da08ad2f985f7f7f5dc3cf1b998d4fb3e.tar.gz bcm5719-llvm-a4a13a0da08ad2f985f7f7f5dc3cf1b998d4fb3e.zip |
Strip trailing whitespace. NFCI.
llvm-svn: 302784
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index ab1eaae164b..0bf46d0724c 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -7621,7 +7621,7 @@ bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, APInt &SplatUndef, return false; // FIXME: The widths are based on this node's type, but build vectors can - // truncate their operands. + // truncate their operands. SplatValue = APInt(VecWidth, 0); SplatUndef = APInt(VecWidth, 0); diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 3d14389eaed..9cac59b16d7 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -26526,7 +26526,7 @@ X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI, case TargetOpcode::STACKMAP: case TargetOpcode::PATCHPOINT: return emitPatchPoint(MI, BB); - + case TargetOpcode::PATCHABLE_EVENT_CALL: // Do nothing here, handle in xray instrumentation pass. return BB; |