mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
707fd44038
commit
566a4acfef
@ -417,7 +417,7 @@ bool Function::hasAddressTaken(const User* *PutOffender) const {
|
||||
/// setjmp or other function that gcc recognizes as "returning twice".
|
||||
///
|
||||
/// FIXME: Remove after <rdar://problem/8031714> is fixed.
|
||||
/// FIXME: Is the obove FIXME valid?
|
||||
/// FIXME: Is the above FIXME valid?
|
||||
bool Function::callsFunctionThatReturnsTwice() const {
|
||||
const Module *M = this->getParent();
|
||||
static const char *ReturnsTwiceFns[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user