aboutsummaryrefslogtreecommitdiffstats
path: root/arm/Constantexpand.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-11 10:29:45 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-11 10:29:45 +0200
commitf50a1c1e1dc194c78b68ecdc7e3f6c0b0448f5f4 (patch)
tree0996c636ec65dbf876652855b4013a8220623a42 /arm/Constantexpand.ml
parent1f6cb381b91fc40d1e6b7c6ae1f022077f6091de (diff)
downloadcompcert-kvx-f50a1c1e1dc194c78b68ecdc7e3f6c0b0448f5f4.tar.gz
compcert-kvx-f50a1c1e1dc194c78b68ecdc7e3f6c0b0448f5f4.zip
seems like the ARM profiling perhaps works
Diffstat (limited to 'arm/Constantexpand.ml')
-rw-r--r--arm/Constantexpand.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm/Constantexpand.ml b/arm/Constantexpand.ml
index 408b291e..8cc32c1f 100644
--- a/arm/Constantexpand.ml
+++ b/arm/Constantexpand.ml
@@ -106,6 +106,7 @@ let estimate_size = function
| Pbuiltin (ef,_,_) ->
begin match ef with
| EF_inline_asm _ -> 256
+ | EF_profiling _ -> 40
| _ -> 0 end
| Pcfi_adjust _
| Pcfi_rel_offset _