From: Devang Patel Date: Thu, 29 Apr 2010 20:48:12 +0000 (+0000) Subject: Missed earlier. This is part of previous check-in. (r102661 - refactor.) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=22070e88f2550dc31f02273b3fa78e4e9847996b;p=oota-llvm.git 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 --- diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index d68bfa3c0df..3c43724b767 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; };