mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Return false instead of 0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175402 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5d0c7941cb
commit
d61932bf84
@ -726,7 +726,7 @@ bool X86FastISel::X86SelectRet(const Instruction *I) {
|
||||
|
||||
// Don't handle popping bytes on return for now.
|
||||
if (X86MFInfo->getBytesToPopOnReturn() != 0)
|
||||
return 0;
|
||||
return false;
|
||||
|
||||
// fastcc with -tailcallopt is intended to provide a guaranteed
|
||||
// tail call optimization. Fastisel doesn't know how to do that.
|
||||
|
Loading…
Reference in New Issue
Block a user