mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
tidy up 80 column and whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111033 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb5d3ef882
commit
31529c7b6c
@ -231,8 +231,8 @@ public:
|
||||
bool isFrameAddressTaken() const { return FrameAddressTaken; }
|
||||
void setFrameAddressIsTaken(bool T) { FrameAddressTaken = T; }
|
||||
|
||||
/// isReturnAddressTaken - This method may be called any time after instruction
|
||||
/// selection is complete to determine if there is a call to
|
||||
/// isReturnAddressTaken - This method may be called any time after
|
||||
/// instruction selection is complete to determine if there is a call to
|
||||
/// \@llvm.returnaddress in this function.
|
||||
bool isReturnAddressTaken() const { return ReturnAddressTaken; }
|
||||
void setReturnAddressIsTaken(bool s) { ReturnAddressTaken = s; }
|
||||
|
Loading…
Reference in New Issue
Block a user