From: NAKAMURA Takumi Date: Thu, 6 Aug 2015 09:49:17 +0000 (+0000) Subject: llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced... X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=47e91a8102f90a357f16a7c6f048471492f19c5a;hp=da135386a48b02596be55f9207caf144032a3d3b llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced in r244164. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244204 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/IR/AttributeImpl.h b/lib/IR/AttributeImpl.h index d5456580a67..659f9568b7c 100644 --- a/lib/IR/AttributeImpl.h +++ b/lib/IR/AttributeImpl.h @@ -186,12 +186,12 @@ public: } }; +typedef std::pair IndexAttrPair; + //===----------------------------------------------------------------------===// /// \class /// \brief This class represents a set of attributes that apply to the function, /// return type, and parameters. -typedef std::pair IndexAttrPair; - class AttributeSetImpl final : public FoldingSetNode, private TrailingObjects {