forked from OSchip/llvm-project
Missed earlier. This is part of previous check-in. (r102661 - refactor.)
llvm-svn: 102662
This commit is contained in:
parent
0395553e35
commit
02b2574d06
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue