Missed earlier. This is part of previous check-in. (r102661 - refactor.)

llvm-svn: 102662
This commit is contained in:
Devang Patel 2010-04-29 20:48:12 +00:00
parent 0395553e35
commit 02b2574d06
1 changed files with 4 additions and 0 deletions

View File

@ -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;
};