summaryrefslogtreecommitdiffstats
path: root/compiler/dex/gvn_dead_code_elimination.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex/gvn_dead_code_elimination.h')
-rw-r--r--compiler/dex/gvn_dead_code_elimination.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/gvn_dead_code_elimination.h b/compiler/dex/gvn_dead_code_elimination.h
index f2378f2..9a19f29 100644
--- a/compiler/dex/gvn_dead_code_elimination.h
+++ b/compiler/dex/gvn_dead_code_elimination.h
@@ -128,7 +128,7 @@ class GvnDeadCodeElimination : public DeletableArenaObject<kArenaAllocMisc> {
void KillMIR(MIRData* data);
static void KillMIR(MIR* mir);
static void ChangeBinOp2AddrToPlainBinOp(MIR* mir);
- MIR* CreatePhi(int s_reg);
+ MIR* CreatePhi(int s_reg, bool fp);
MIR* RenameSRegDefOrCreatePhi(uint16_t def_change, uint16_t last_change, MIR* mir_to_kill);
// Update state variables going backwards through a MIR.