llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 6 Aug 2015 09:49:17 +0000 (09:49 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 6 Aug 2015 09:49:17 +0000 (09:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244204 91177308-0d34-0410-b5e6-96231b3b80d8

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> {