aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE2.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-16 18:00:14 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-16 18:00:14 +0200
commit60e4ad85c6cd433c9e28c9e407a957ca3a302c22 (patch)
treef2681ea08e2948baa2df6b47932c23c575ad4d43 /backend/CSE2.v
parent8cf7fae8c94f5d394712428d3c2f627ea7f2d279 (diff)
downloadcompcert-kvx-60e4ad85c6cd433c9e28c9e407a957ca3a302c22.tar.gz
compcert-kvx-60e4ad85c6cd433c9e28c9e407a957ca3a302c22.zip
CSE3: better builtin handling
Diffstat (limited to 'backend/CSE2.v')
-rw-r--r--backend/CSE2.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/CSE2.v b/backend/CSE2.v
index cad740ba..8e2307b0 100644
--- a/backend/CSE2.v
+++ b/backend/CSE2.v
@@ -262,7 +262,7 @@ Definition load (chunk: memory_chunk) (addr : addressing)
| None => load1 chunk addr dst args rel
end.
-Fixpoint kill_builtin_res res rel :=
+Definition kill_builtin_res res rel :=
match res with
| BR r => kill_reg r rel
| _ => rel