[llvm-commits] [PATCH] Invariants (and Assume Aligned) - LLVM
Michael Spencer
bigcheesegs at gmail.com
Fri Dec 7 13:18:10 PST 2012
================
Comment at: include/llvm/Analysis/EphemeralValues.h:46-51
@@ +45,8 @@
+
+ /// @name ModulePass interface
+ //@{
+ virtual bool runOnModule(Module &M);
+ virtual void getAnalysisUsage(AnalysisUsage &AU) const;
+ virtual void print(raw_ostream &OS, const Module *M) const;
+ //@}
+};
----------------
Three slashes and \ instead of @.
http://llvm-reviews.chandlerc.com/D150
More information about the llvm-commits
mailing list