diff options
author | Devang Patel <dpatel@apple.com> | 2010-04-29 20:48:12 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-04-29 20:48:12 +0000 |
commit | 22070e88f2550dc31f02273b3fa78e4e9847996b (patch) | |
tree | 2a34e7cf1ae7800f0dec933c7caea059b9ec6990 | |
parent | 719f6a9d9cf29d7daa33cfe43a9e7fe671b24df1 (diff) |
Missed earlier. This is part of previous check-in. (r102661 - refactor.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102662 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/DebugInfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index d68bfa3c0d..3c43724b76 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -474,6 +474,10 @@ namespace llvm { return getType().isBlockByrefStruct(); } + /// isInlinedFnArgument - Return trule if this variable provides debugging + /// information for an inlined function arguments. + bool isInlinedFnArgument(const Function *CurFn); + /// dump - print variable. void dump() const; }; |