commit | abca2ecaab80ca637b8dc8ae42bb6ed17e5c22ff | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Fri Aug 02 22:34:30 2013 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Fri Aug 02 22:34:30 2013 +0000 |
tree | cf18fa36260b740fbda97e13fe7fe08764490050 | |
parent | 3bfc35e26a814196dd774abacf9fce80a5abf3ff [diff] [blame] |
Add a AttributeSetImpl::dump function. This is for the benefit of those of us with inferior debuggers which do not permit member function calls on value types. llvm-svn: 187685
diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index 7bf9e8a..9da3f96 100644 --- a/llvm/lib/IR/AttributeImpl.h +++ b/llvm/lib/IR/AttributeImpl.h
@@ -258,6 +258,8 @@ // FIXME: This atrocity is temporary. uint64_t Raw(unsigned Index) const; + + void dump() const; }; } // end llvm namespace