mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 02:33:44 +00:00
doxygenize comments in header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
846f5351e9
commit
ce325e491c
@ -32,14 +32,14 @@ struct BasicAliasAnalysis : public FunctionPass, public AliasAnalysis {
|
|||||||
//
|
//
|
||||||
Result alias(const Value *V1, const Value *V2) const;
|
Result alias(const Value *V1, const Value *V2) const;
|
||||||
|
|
||||||
// canCallModify - We are not interprocedural, so we do nothing exciting.
|
/// canCallModify - We are not interprocedural, so we do nothing exciting.
|
||||||
//
|
///
|
||||||
Result canCallModify(const CallInst &CI, const Value *Ptr) const {
|
Result canCallModify(const CallInst &CI, const Value *Ptr) const {
|
||||||
return MayAlias;
|
return MayAlias;
|
||||||
}
|
}
|
||||||
|
|
||||||
// canInvokeModify - We are not interprocedural, so we do nothing exciting.
|
/// canInvokeModify - We are not interprocedural, so we do nothing exciting.
|
||||||
//
|
///
|
||||||
Result canInvokeModify(const InvokeInst &I, const Value *Ptr) const {
|
Result canInvokeModify(const InvokeInst &I, const Value *Ptr) const {
|
||||||
return MayAlias; // We are not interprocedural
|
return MayAlias; // We are not interprocedural
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user