[llvm] 5184857 - [IR] Remove unused IndexAttrPair typedef (NFC)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 14 13:27:59 PDT 2020


Author: Nikita Popov
Date: 2020-06-14T22:27:17+02:00
New Revision: 5184857c62c5be5ed5d089efef09020236a45ad5

URL: https://github.com/llvm/llvm-project/commit/5184857c62c5be5ed5d089efef09020236a45ad5
DIFF: https://github.com/llvm/llvm-project/commit/5184857c62c5be5ed5d089efef09020236a45ad5.diff

LOG: [IR] Remove unused IndexAttrPair typedef (NFC)

This was part of an older attributes implementation.

Added: 
    

Modified: 
    llvm/lib/IR/AttributeImpl.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h
index 46eb4a166028..1306c81adf4f 100644
--- a/llvm/lib/IR/AttributeImpl.h
+++ b/llvm/lib/IR/AttributeImpl.h
@@ -253,8 +253,6 @@ class AttributeSetNode final
   }
 };
 
-using IndexAttrPair = std::pair<unsigned, AttributeSet>;
-
 //===----------------------------------------------------------------------===//
 /// \class
 /// This class represents a set of attributes that apply to the function,


        


More information about the llvm-commits mailing list