[llvm-commits] [dragonegg] r165998 - /dragonegg/trunk/include/dragonegg/ABI.h

Bill Wendling isanbard at gmail.com
Mon Oct 15 16:57:40 PDT 2012


Author: void
Date: Mon Oct 15 18:57:35 2012
New Revision: 165998

URL: http://llvm.org/viewvc/llvm-project?rev=165998&view=rev
Log:
s/Attributes::Builder/AttrBuilder/

Modified:
    dragonegg/trunk/include/dragonegg/ABI.h

Modified: dragonegg/trunk/include/dragonegg/ABI.h
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/include/dragonegg/ABI.h?rev=165998&r1=165997&r2=165998&view=diff
==============================================================================
--- dragonegg/trunk/include/dragonegg/ABI.h (original)
+++ dragonegg/trunk/include/dragonegg/ABI.h Mon Oct 15 18:57:35 2012
@@ -329,7 +329,7 @@
   /// should be handled.  This handles things like decimating structures into
   /// their fields.
   void HandleArgument(tree_node *type, std::vector<Type*> &ScalarElts,
-                      Attributes::Builder *AttrBuilder = NULL);
+                      AttrBuilder *AttrBuilder = NULL);
 
   /// HandleUnion - Handle a UNION_TYPE or QUAL_UNION_TYPE tree.
   ///





More information about the llvm-commits mailing list