diff options
Diffstat (limited to 'src/compiler/codegen/GenInvoke.cc')
| -rw-r--r-- | src/compiler/codegen/GenInvoke.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/codegen/GenInvoke.cc b/src/compiler/codegen/GenInvoke.cc index 7c2cf1cba3..e6714aa807 100644 --- a/src/compiler/codegen/GenInvoke.cc +++ b/src/compiler/codegen/GenInvoke.cc @@ -854,8 +854,7 @@ bool genInlinedStringCompareTo(CompilationUnit* cUnit, CallInfo* info) bool genIntrinsic(CompilationUnit* cUnit, CallInfo* info) { - if ((info->optFlags & MIR_INLINED) || info->isRange || - (info->result.location == kLocInvalid)) { + if ((info->optFlags & MIR_INLINED) || info->isRange) { return false; } /* |