summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ABIInfo.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-02-04 23:24:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-02-04 23:24:38 +0000
commit6f7279bf98e31356306386b2c200820a76b491cf (patch)
tree754582aa3934bd5eb6c3843e07a45186bd1d5c9b /lib/CodeGen/ABIInfo.h
parenteeb15d499f032bb89773ddaca2d17475122a37bb (diff)
Add ABIArgInfo::dump()
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63794 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ABIInfo.h')
-rw-r--r--lib/CodeGen/ABIInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/ABIInfo.h b/lib/CodeGen/ABIInfo.h
index a2d80ed78c..651192391a 100644
--- a/lib/CodeGen/ABIInfo.h
+++ b/lib/CodeGen/ABIInfo.h
@@ -113,6 +113,8 @@ namespace clang {
assert(TheKind == ByVal && "Invalid kind!");
return UIntData;
}
+
+ void dump() const;
};
/// ABIInfo - Target specific hooks for defining how a type should be