mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-23 16:31:20 +00:00
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
This commit is contained in:
parent
719f6a9d9c
commit
22070e88f2
@ -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…
x
Reference in New Issue
Block a user