]> Joshua Wise's Git repositories - snipe.git/commitdiff
blargCPU igraph
authorJoshua Wise <jwise@andrew.cmu.edu>
Sun, 4 Jul 2010 08:08:29 +0000 (04:08 -0400)
committerJoshua Wise <jwise@andrew.cmu.edu>
Sun, 4 Jul 2010 08:08:29 +0000 (04:08 -0400)
codegen/igraph.sml

index 7e71043bd27adeb2369f7f79ee58bcd3875fde06..6c7e934986328898596829842ef5324fc567d18e 100644 (file)
@@ -7,7 +7,7 @@
 signature IGRAPH =
 sig
   structure OperSet : ORD_SET
-    where type Key.ord_key = x86.basicop
+    where type Key.ord_key = Blarg.oper
   structure LiveMap : ORD_MAP
     where type Key.ord_key = int
   structure TempMap : ORD_MAP
@@ -41,7 +41,7 @@ struct
   type livenesses = Liveness.livenesses
   type graph = OperSet.set TempMap.map
   
-  structure X = x86
+  structure X = Blarg
   
   fun add_temp_interfere g (t, oper) =
     let
This page took 0.024 seconds and 4 git commands to generate.