aboutsummaryrefslogtreecommitdiffstats
path: root/x86/ExpansionOracle.ml
blob: 3b63b80dad092a613ffa87bc6615ba38343b2a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(* *************************************************************)
(*                                                             *)
(*             The Compcert verified compiler                  *)
(*                                                             *)
(*           Léo Gourdin        UGA, VERIMAG                   *)
(*                                                             *)
(*  Copyright VERIMAG. All rights reserved.                    *)
(*  This file is distributed under the terms of the INRIA      *)
(*  Non-Commercial License Agreement.                          *)
(*                                                             *)
(* *************************************************************)

open RTLpathCommon

let expanse (sb : superblock) code pm = (code, pm)

let find_last_node_reg c = ()