[PGO] Define value profiling updater API signature in InstrProfData.inc (NFC)
[oota-llvm.git] / lib / IR / AttributeImpl.h
index d5456580a670300eedda4184ed6ea18aec256047..659f9568b7c6cf0ca96617c7003547ea7a7226df 100644 (file)
@@ -186,12 +186,12 @@ public:
   }
 };
 
+typedef std::pair<unsigned, AttributeSetNode *> IndexAttrPair;
+
 //===----------------------------------------------------------------------===//
 /// \class
 /// \brief This class represents a set of attributes that apply to the function,
 /// return type, and parameters.
-typedef std::pair<unsigned, AttributeSetNode *> IndexAttrPair;
-
 class AttributeSetImpl final
     : public FoldingSetNode,
       private TrailingObjects<AttributeSetImpl, IndexAttrPair> {