diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-10-05 04:44:08 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-10-05 04:44:08 +0000 |
commit | f68eb2d1bce987126c365c7f03307b16c3b34bdc (patch) | |
tree | bbd98db3cca53f67e8d3388fe523b7b211977506 | |
parent | 1c880ba6dd346992958c125315472b50f39216b2 (diff) | |
download | bcm5719-llvm-f68eb2d1bce987126c365c7f03307b16c3b34bdc.tar.gz bcm5719-llvm-f68eb2d1bce987126c365c7f03307b16c3b34bdc.zip |
Trailing whitespaces.
llvm-svn: 249286
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineFunction.h | 2 | ||||
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineRegisterInfo.h | 2 | ||||
-rw-r--r-- | llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineFunction.h b/llvm/include/llvm/CodeGen/MachineFunction.h index b80db057d4b..6fd1e7cf4a9 100644 --- a/llvm/include/llvm/CodeGen/MachineFunction.h +++ b/llvm/include/llvm/CodeGen/MachineFunction.h @@ -495,7 +495,7 @@ public: /// getJTISymbol - Return the MCSymbol for the specified non-empty jump table. /// If isLinkerPrivate is specified, an 'l' label is returned, otherwise a /// normal 'L' label is returned. - MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx, + MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx, bool isLinkerPrivate = false) const; /// getPICBaseSymbol - Return a function-local symbol to represent the PIC diff --git a/llvm/include/llvm/CodeGen/MachineRegisterInfo.h b/llvm/include/llvm/CodeGen/MachineRegisterInfo.h index ee48dca5853..cbfd8a37eaa 100644 --- a/llvm/include/llvm/CodeGen/MachineRegisterInfo.h +++ b/llvm/include/llvm/CodeGen/MachineRegisterInfo.h @@ -321,7 +321,7 @@ public: return reg_bundle_nodbg_iterator(nullptr); } - inline iterator_range<reg_bundle_nodbg_iterator> + inline iterator_range<reg_bundle_nodbg_iterator> reg_nodbg_bundles(unsigned Reg) const { return iterator_range<reg_bundle_nodbg_iterator>(reg_bundle_nodbg_begin(Reg), reg_bundle_nodbg_end()); diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h index 16cb4fe9f00..972f0b9ed20 100644 --- a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h @@ -2053,7 +2053,7 @@ public: ISD::LoadExtType getExtensionType() const { return ISD::LoadExtType(SubclassData & 3); - } + } const SDValue &getSrc0() const { return getOperand(3); } static bool classof(const SDNode *N) { return N->getOpcode() == ISD::MLOAD; @@ -2120,7 +2120,7 @@ public: class MaskedGatherSDNode : public MaskedGatherScatterSDNode { public: friend class SelectionDAG; - MaskedGatherSDNode(unsigned Order, DebugLoc dl, ArrayRef<SDValue> Operands, + MaskedGatherSDNode(unsigned Order, DebugLoc dl, ArrayRef<SDValue> Operands, SDVTList VTs, EVT MemVT, MachineMemOperand *MMO) : MaskedGatherScatterSDNode(ISD::MGATHER, Order, dl, Operands, VTs, MemVT, MMO) { @@ -2129,7 +2129,7 @@ public: assert(getMask().getValueType().getVectorNumElements() == getValueType(0).getVectorNumElements() && "Vector width mismatch between mask and data"); - assert(getMask().getValueType().getScalarType() == MVT::i1 && + assert(getMask().getValueType().getScalarType() == MVT::i1 && "Vector width mismatch between mask and data"); } @@ -2151,7 +2151,7 @@ public: assert(getMask().getValueType().getVectorNumElements() == getValue().getValueType().getVectorNumElements() && "Vector width mismatch between mask and data"); - assert(getMask().getValueType().getScalarType() == MVT::i1 && + assert(getMask().getValueType().getScalarType() == MVT::i1 && "Vector width mismatch between mask and data"); } |