diff options
author | Andreas Gampe <agampe@google.com> | 2014-07-29 23:03:55 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2014-07-29 23:03:55 -0700 |
commit | 1c7c3990fe5fc5f1afe74f3d94e95015d7419186 (patch) | |
tree | 545aac26687fde40e3da6525ffc19fc2741f8fa2 /compiler/dex/quick/gen_invoke.cc | |
parent | 01be6e3c4e4f083842ac9a6f8f9e6c2c937b8a15 (diff) | |
download | android_art-1c7c3990fe5fc5f1afe74f3d94e95015d7419186.tar.gz android_art-1c7c3990fe5fc5f1afe74f3d94e95015d7419186.tar.bz2 android_art-1c7c3990fe5fc5f1afe74f3d94e95015d7419186.zip |
ART: Remove bogus dcheck
Mea culpa.
Change-Id: I6fd3b678e30354c5ab5ec6da5b3619c26d486563
Diffstat (limited to 'compiler/dex/quick/gen_invoke.cc')
-rwxr-xr-x | compiler/dex/quick/gen_invoke.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/quick/gen_invoke.cc b/compiler/dex/quick/gen_invoke.cc index ea52b39f09..a0a2ed0449 100755 --- a/compiler/dex/quick/gen_invoke.cc +++ b/compiler/dex/quick/gen_invoke.cc @@ -141,7 +141,6 @@ void Mir2Lir::CallRuntimeHelperImmImm(QuickEntrypointEnum trampoline, int arg0, void Mir2Lir::CallRuntimeHelperImmRegLocation(QuickEntrypointEnum trampoline, int arg0, RegLocation arg1, bool safepoint_pc) { RegStorage r_tgt = CallHelperSetup(trampoline); - DCHECK(!arg1.fp); if (arg1.wide == 0) { LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1)); } else { |