[PATCH] D15525: [GCC] Attribute ifunc support in llvm

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 08:04:01 PST 2015


rafael added a subscriber: rafael.

================
Comment at: include/llvm/IR/GlobalAlias.h:90
@@ -79,2 +89,3 @@
 
-  /// These methods retrive and set alias target.
+  /// copyAttributesFrom - copy all additional attributes (those not needed to
+  /// create a GlobalAlias) from the GlobalAlias Src to this one.
----------------
Don't repeat name in comments.


http://reviews.llvm.org/D15525





More information about the llvm-commits mailing list