From: Dan Gohman Date: Fri, 30 May 2008 00:08:18 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5bd91232c31258098b63b31c4a4b2fc9976f5007;p=oota-llvm.git Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51718 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/LibCallAliasAnalysis.cpp b/lib/Analysis/LibCallAliasAnalysis.cpp index 2627d6743d6..6c8472b628c 100644 --- a/lib/Analysis/LibCallAliasAnalysis.cpp +++ b/lib/Analysis/LibCallAliasAnalysis.cpp @@ -56,7 +56,7 @@ namespace { ModRefResult AnalyzeLibCallDetails(const LibCallFunctionInfo *FI, CallSite CS, Value *P, unsigned Size); }; -} // End of llvm namespace +} // End of anonymous namespace // Register this pass... char LibCallAliasAnalysis::ID = 0;