Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
bcc8a72b
Commit
bcc8a72b
authored
22 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
Fix comments
llvm-svn: 3523
parent
b3b49799
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/include/llvm/Analysis/BasicAliasAnalysis.h
+3
-7
3 additions, 7 deletions
llvm/include/llvm/Analysis/BasicAliasAnalysis.h
with
3 additions
and
7 deletions
llvm/include/llvm/Analysis/BasicAliasAnalysis.h
+
3
−
7
View file @
bcc8a72b
//===- llvm/Analysis/BasicAliasAnalysis.h - Alias Analysis Impl -*- C++ -*-===//
//===- llvm/Analysis/BasicAliasAnalysis.h - Alias Analysis Impl -*- C++ -*-===//
//
//
// This file defines the generic AliasAnalysis interface, which is used as the
// This file defines the default implementation of the Alias Analysis interface
// common interface used by all clients of alias analysis information, and
// that simply implements a few identities (two different globals cannot alias,
// implemented by all alias analysis implementations.
// etc), but otherwise does no analysis.
//
// Implementations of this interface must implement the various virtual methods,
// which automatically provides functionality for the entire suite of client
// APIs.
//
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment