[PM/AA] Move the LibCall AA creation routine declaration to that
[oota-llvm.git] / include / llvm / Analysis / LibCallAliasAnalysis.h
index 36d9e063312faaf157c2ca105acddda3db96afe4..6a93b004501542395b6a903350c4900017b656ab 100644 (file)
@@ -68,6 +68,12 @@ private:
                                    const MemoryLocation &Loc);
 };
 
+/// createLibCallAliasAnalysisPass - Create an alias analysis pass that knows
+/// about the semantics of a set of libcalls specified by LCI.  The newly
+/// constructed pass takes ownership of the pointer that is provided.
+///
+FunctionPass *createLibCallAliasAnalysisPass(LibCallInfo *LCI);
+
 } // End of llvm namespace
 
 #endif