Skip to content

Commit f78650a

Browse files
committedJul 30, 2018
Remove trailing space
sed -Ei 's/[[:space:]]+$//' include/**/*.{def,h,td} lib/**/*.{cpp,h} llvm-svn: 338293
1 parent 9d83ce9 commit f78650a

File tree

255 files changed

+969
-969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+969
-969
lines changed
 

‎llvm/include/llvm/ADT/DenseSet.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "llvm/ADT/DenseMap.h"
1818
#include "llvm/ADT/DenseMapInfo.h"
1919
#include "llvm/Support/type_traits.h"
20-
#include <algorithm>
20+
#include <algorithm>
2121
#include <cstddef>
2222
#include <initializer_list>
2323
#include <iterator>

‎llvm/include/llvm/Analysis/LoopAccessAnalysis.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ bool sortPtrAccesses(ArrayRef<Value *> VL, const DataLayout &DL,
682682
SmallVectorImpl<unsigned> &SortedIndices);
683683

684684
/// Returns true if the memory operations \p A and \p B are consecutive.
685-
/// This is a simple API that does not depend on the analysis pass.
685+
/// This is a simple API that does not depend on the analysis pass.
686686
bool isConsecutiveAccess(Value *A, Value *B, const DataLayout &DL,
687687
ScalarEvolution &SE, bool CheckType = true);
688688

@@ -734,7 +734,7 @@ class LoopAccessLegacyAnalysis : public FunctionPass {
734734
/// accesses of a loop.
735735
///
736736
/// It runs the analysis for a loop on demand. This can be initiated by
737-
/// querying the loop access info via AM.getResult<LoopAccessAnalysis>.
737+
/// querying the loop access info via AM.getResult<LoopAccessAnalysis>.
738738
/// getResult return a LoopAccessInfo object. See this class for the
739739
/// specifics of what information is provided.
740740
class LoopAccessAnalysis

‎llvm/include/llvm/Analysis/MustExecute.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/// Contains a collection of routines for determining if a given instruction is
1111
/// guaranteed to execute if a given point in control flow is reached. The most
1212
/// common example is an instruction within a loop being provably executed if we
13-
/// branch to the header of it's containing loop.
13+
/// branch to the header of it's containing loop.
1414
///
1515
//===----------------------------------------------------------------------===//
1616

@@ -58,7 +58,7 @@ void computeLoopSafetyInfo(LoopSafetyInfo *, Loop *);
5858
bool isGuaranteedToExecute(const Instruction &Inst, const DominatorTree *DT,
5959
const Loop *CurLoop,
6060
const LoopSafetyInfo *SafetyInfo);
61-
61+
6262
}
6363

6464
#endif

‎llvm/include/llvm/Analysis/TargetTransformInfoImpl.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ class TargetTransformInfoImplBase {
326326
bool haveFastSqrt(Type *Ty) { return false; }
327327

328328
bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { return true; }
329-
329+
330330
unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; }
331331

332332
int getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, const APInt &Imm,

0 commit comments

Comments
 (0)
Please sign in to comment.