mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-28 22:24:28 +00:00
Fix typo, trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -50,7 +50,7 @@ namespace llvm {
|
|||||||
protected:
|
protected:
|
||||||
virtual ~SCEV();
|
virtual ~SCEV();
|
||||||
public:
|
public:
|
||||||
explicit SCEV(unsigned SCEVTy) :
|
explicit SCEV(unsigned SCEVTy) :
|
||||||
SCEVType(SCEVTy) {}
|
SCEVType(SCEVTy) {}
|
||||||
|
|
||||||
virtual void Profile(FoldingSetNodeID &ID) const = 0;
|
virtual void Profile(FoldingSetNodeID &ID) const = 0;
|
||||||
@ -194,7 +194,7 @@ namespace llvm {
|
|||||||
/// the loop if it is known, or a SCEVCouldNotCompute otherwise.
|
/// the loop if it is known, or a SCEVCouldNotCompute otherwise.
|
||||||
const SCEV *Exact;
|
const SCEV *Exact;
|
||||||
|
|
||||||
/// Exact - An expression indicating the least maximum backedge-taken
|
/// Max - An expression indicating the least maximum backedge-taken
|
||||||
/// count of the loop that is known, or a SCEVCouldNotCompute.
|
/// count of the loop that is known, or a SCEVCouldNotCompute.
|
||||||
const SCEV *Max;
|
const SCEV *Max;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user