SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/clang.sml
Parent Directory
|
Revision Log
|
Patch
revision 532, Mon Feb 14 20:26:41 2011 UTC | revision 533, Mon Feb 14 22:56:45 2011 UTC | |
---|---|---|
# | Line 20 | Line 20 |
20 | | T_Array of ty * int | | T_Array of ty * int |
21 | | T_Named of string | | T_Named of string |
22 | ||
23 | val voidTy = T_Named "void" | |
24 | val charPtr = T_Ptr(T_Num(RawTypes.RT_UInt8)) | val charPtr = T_Ptr(T_Num(RawTypes.RT_UInt8)) |
25 | val int32 = T_Num(RawTypes.RT_Int32) | val int32 = T_Num(RawTypes.RT_Int32) |
26 | val int64 = T_Num(RawTypes.RT_Int64) | val int64 = T_Num(RawTypes.RT_Int64) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |