commit | 5bd91232c31258098b63b31c4a4b2fc9976f5007 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri May 30 00:08:18 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri May 30 00:08:18 2008 +0000 |
tree | d2f0ce2d23b28f187e6deae9853a1244d4c24f57 | |
parent | 5a56bf631eef695b04bbd306b53d6094f7616b5e [diff] [blame] |
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 2627d67..6c8472b 100644 --- a/lib/Analysis/LibCallAliasAnalysis.cpp +++ b/lib/Analysis/LibCallAliasAnalysis.cpp
@@ -56,7 +56,7 @@ 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;