[llvm-commits] [llvm] r48681 - /llvm/trunk/include/llvm/GlobalAlias.h
Anton Korobeynikov
asl at math.spbu.ru
Sat Mar 22 00:48:09 PDT 2008
Author: asl
Date: Sat Mar 22 02:48:08 2008
New Revision: 48681
URL: http://llvm.org/viewvc/llvm-project?rev=48681&view=rev
Log:
Typo fixes
Modified:
llvm/trunk/include/llvm/GlobalAlias.h
Modified: llvm/trunk/include/llvm/GlobalAlias.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/GlobalAlias.h?rev=48681&r1=48680&r2=48681&view=diff
==============================================================================
--- llvm/trunk/include/llvm/GlobalAlias.h (original)
+++ llvm/trunk/include/llvm/GlobalAlias.h Sat Mar 22 02:48:08 2008
@@ -79,9 +79,9 @@
/// global. This method retrives the global for both aliasee flavours.
const GlobalValue* getAliasedGlobal() const;
- /// resolveAliasedGlobal() - This method tries to ultimately resolve alias by
- /// going through aliasing chain and trying to find the very last
- /// global. Return NULL is cycle was found.
+ /// resolveAliasedGlobal() - This method tries to ultimately resolve the alias
+ /// by going through the aliasing chain and trying to find the very last
+ /// global. Returns NULL if a cycle was found.
const GlobalValue* resolveAliasedGlobal() const;
// Methods for support type inquiry through isa, cast, and dyn_cast:
More information about the llvm-commits
mailing list