mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-16 12:24:03 +00:00
Fix 80-column violations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110401 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -166,9 +166,9 @@ namespace {
|
|||||||
virtual void copyValue(Value *From, Value *To) {}
|
virtual void copyValue(Value *From, Value *To) {}
|
||||||
|
|
||||||
/// getAdjustedAnalysisPointer - This method is used when a pass implements
|
/// getAdjustedAnalysisPointer - This method is used when a pass implements
|
||||||
/// an analysis interface through multiple inheritance. If needed, it should
|
/// an analysis interface through multiple inheritance. If needed, it
|
||||||
/// override this to adjust the this pointer as needed for the specified pass
|
/// should override this to adjust the this pointer as needed for the
|
||||||
/// info.
|
/// specified pass info.
|
||||||
virtual void *getAdjustedAnalysisPointer(AnalysisID PI) {
|
virtual void *getAdjustedAnalysisPointer(AnalysisID PI) {
|
||||||
if (PI == &AliasAnalysis::ID)
|
if (PI == &AliasAnalysis::ID)
|
||||||
return (AliasAnalysis*)this;
|
return (AliasAnalysis*)this;
|
||||||
@ -237,9 +237,9 @@ namespace {
|
|||||||
bool pointsToConstantMemory(const Value *P);
|
bool pointsToConstantMemory(const Value *P);
|
||||||
|
|
||||||
/// getAdjustedAnalysisPointer - This method is used when a pass implements
|
/// getAdjustedAnalysisPointer - This method is used when a pass implements
|
||||||
/// an analysis interface through multiple inheritance. If needed, it should
|
/// an analysis interface through multiple inheritance. If needed, it
|
||||||
/// override this to adjust the this pointer as needed for the specified pass
|
/// should override this to adjust the this pointer as needed for the
|
||||||
/// info.
|
/// specified pass info.
|
||||||
virtual void *getAdjustedAnalysisPointer(AnalysisID PI) {
|
virtual void *getAdjustedAnalysisPointer(AnalysisID PI) {
|
||||||
if (PI == &AliasAnalysis::ID)
|
if (PI == &AliasAnalysis::ID)
|
||||||
return (AliasAnalysis*)this;
|
return (AliasAnalysis*)this;
|
||||||
|
Reference in New Issue
Block a user