[llvm-commits] [llvm] r60308 - in /llvm/trunk: include/llvm/Analysis/MemoryDependenceAnalysis.h lib/Analysis/MemoryDependenceAnalysis.cpp
Duncan Sands
baldrick at free.fr
Mon Dec 1 00:14:21 PST 2008
Hi Chris,
> + /// Invalid - Clients of MemDep never see this.
> + Invalid = 0,
> + /// Normal - This is a normal instruction dependence. The pointer member
missing blank like after "Invalid = 0,"
> + MemDepResult getCallSiteDependency(CallSite C, BasicBlock::iterator ScanIt,
> BasicBlock *BB);
Bad indentation of the second line?
Ciao,
Duncan.
More information about the llvm-commits
mailing list