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 | 02b2574d06d2c250bad32ba93b0086a9f6627be2 (patch) | |
| tree | c6d6924999d3e767f357fe9ee85413e4ea707465 | |
| parent | 0395553e35d19995b3af7d2450b2b5c35da362f1 (diff) | |
| download | bcm5719-llvm-02b2574d06d2c250bad32ba93b0086a9f6627be2.tar.gz bcm5719-llvm-02b2574d06d2c250bad32ba93b0086a9f6627be2.zip | |
Missed earlier. This is part of previous check-in. (r102661 - refactor.)
llvm-svn: 102662
| -rw-r--r-- | llvm/include/llvm/Analysis/DebugInfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/Analysis/DebugInfo.h b/llvm/include/llvm/Analysis/DebugInfo.h index d68bfa3c0df..3c43724b767 100644 --- a/llvm/include/llvm/Analysis/DebugInfo.h +++ b/llvm/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; }; |

