Skip to content
Snippets Groups Projects
Commit bcc8a72b authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix comments

llvm-svn: 3523
parent b3b49799
No related branches found
No related tags found
No related merge requests found
//===- 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.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment