mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
add a default arg
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6b5c1abce
commit
cfae2e80c8
@ -503,7 +503,7 @@ public:
|
||||
bool mayWriteToMemory() const { return true; }
|
||||
|
||||
bool isTailCall() const { return SubclassData; }
|
||||
void setTailCall(bool isTailCall) { SubclassData = isTailCall; }
|
||||
void setTailCall(bool isTailCall = true) { SubclassData = isTailCall; }
|
||||
|
||||
/// getCalledFunction - Return the function being called by this instruction
|
||||
/// if it is a direct call. If it is a call through a function pointer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user