diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-20 00:49:20 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-20 00:49:20 +0000 |
commit | ae7c97d39dbcc6fd60d0d80fccfbb35f426d1c34 (patch) | |
tree | 0f7c3c0427ebf693032120eec3a9cd1823eb656b /llvm/lib/Target/PowerPC | |
parent | fe1202c4cbc93c900fc3c59a8328ba9edee0efd5 (diff) | |
download | bcm5719-llvm-ae7c97d39dbcc6fd60d0d80fccfbb35f426d1c34.tar.gz bcm5719-llvm-ae7c97d39dbcc6fd60d0d80fccfbb35f426d1c34.zip |
Trailing whitespace.
llvm-svn: 273130
Diffstat (limited to 'llvm/lib/Target/PowerPC')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index b9e1a268626..a55f4499122 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -9848,7 +9848,7 @@ SDValue PPCTargetLowering::DAGCombineTruncBoolExt(SDNode *N, std::list<HandleSDNode> PromOpHandles; for (auto &PromOp : PromOps) - PromOpHandles.emplace_back(PromOp); + PromOpHandles.emplace_back(PromOp); // Replace all operations (these are all the same, but have a different // (i1) return type). DAG.getNode will validate that the types of @@ -10102,7 +10102,7 @@ SDValue PPCTargetLowering::DAGCombineExtBoolTrunc(SDNode *N, std::list<HandleSDNode> PromOpHandles; for (auto &PromOp : PromOps) - PromOpHandles.emplace_back(PromOp); + PromOpHandles.emplace_back(PromOp); // Replace all operations (these are all the same, but have a different // (promoted) return type). DAG.getNode will validate that the types of @@ -10555,7 +10555,7 @@ SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N, if (Bitcast->getOpcode() != ISD::BITCAST || Bitcast->getValueType(0) != MVT::f32) return false; - if (Bitcast2->getOpcode() != ISD::BITCAST || + if (Bitcast2->getOpcode() != ISD::BITCAST || Bitcast2->getValueType(0) != MVT::f32) return false; |