commit | 9f4874e4d9142f6e74f4bb3cc6587cf09d574df6 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Wed Feb 04 23:24:38 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Wed Feb 04 23:24:38 2009 +0000 |
tree | 754582aa3934bd5eb6c3843e07a45186bd1d5c9b | |
parent | be69b166be4822c1477e60a0529ab39846ee152e [diff] [blame] |
Add ABIArgInfo::dump() git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63794 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/ABIInfo.h b/lib/CodeGen/ABIInfo.h index a2d80ed..6511923 100644 --- a/lib/CodeGen/ABIInfo.h +++ b/lib/CodeGen/ABIInfo.h
@@ -113,6 +113,8 @@ assert(TheKind == ByVal && "Invalid kind!"); return UIntData; } + + void dump() const; }; /// ABIInfo - Target specific hooks for defining how a type should be