From 1f786a73715de206d13f3717f34d378a1ea1f0ed Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sun, 27 Jan 2013 23:41:29 +0000 Subject: Push the calculation of the 'Raw' attribute mask down into the implementation. It in turn uses the correct list for calculating the 'Raw' value. llvm-svn: 173637 --- llvm/lib/IR/AttributeImpl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/lib/IR/AttributeImpl.h') diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index b4fb0c0aa65..babc14e1fa8 100644 --- a/llvm/lib/IR/AttributeImpl.h +++ b/llvm/lib/IR/AttributeImpl.h @@ -165,6 +165,9 @@ public: ID.AddPointer(Nodes[i].second); } } + + // FIXME: This atrocity is temporary. + uint64_t Raw(uint64_t Index) const; }; } // end llvm namespace -- cgit v1.2.3