diff options
author | gingold | 2009-08-13 03:59:39 +0000 |
---|---|---|
committer | gingold | 2009-08-13 03:59:39 +0000 |
commit | d1fddff66ad93c7efe5761a94029fa300d35aa4b (patch) | |
tree | fa4807be06a130234ad01e9df9e48dbd5ec4115f /ortho/mcode/ortho_mcode.adb | |
parent | 755b49ce34a14ff78d6065b1627248b1b9fac06b (diff) | |
download | ghdl-d1fddff66ad93c7efe5761a94029fa300d35aa4b.tar.gz ghdl-d1fddff66ad93c7efe5761a94029fa300d35aa4b.tar.bz2 ghdl-d1fddff66ad93c7efe5761a94029fa300d35aa4b.zip |
Preliminary work for LLVM.
Preliminary work for SSE.
Diffstat (limited to 'ortho/mcode/ortho_mcode.adb')
-rw-r--r-- | ortho/mcode/ortho_mcode.adb | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/ortho/mcode/ortho_mcode.adb b/ortho/mcode/ortho_mcode.adb index e774483..f9335fa 100644 --- a/ortho/mcode/ortho_mcode.adb +++ b/ortho/mcode/ortho_mcode.adb @@ -19,7 +19,7 @@ with Ada.Text_IO; with Ortho_Code.Debug; with Ortho_Code.Sysdeps; with Ortho_Ident; -with Binary_File; +-- with Binary_File; package body Ortho_Mcode is procedure New_Debug_Line_Decl (Line : Natural) @@ -43,16 +43,6 @@ package body Ortho_Mcode is null; end New_Debug_Comment_Stmt; - procedure Start_Declare_Stmt is - begin - Ortho_Code.Exprs.Start_Declare_Stmt; - end Start_Declare_Stmt; - - procedure Finish_Declare_Stmt is - begin - Ortho_Code.Exprs.Finish_Declare_Stmt; - end Finish_Declare_Stmt; - procedure Start_Const_Value (Const : in out O_Dnode) is pragma Unreferenced (Const); @@ -111,7 +101,7 @@ package body Ortho_Mcode is Ortho_Code.Types.Disp_Stats; Ortho_Code.Consts.Disp_Stats; Ortho_Ident.Disp_Stats; - Binary_File.Disp_Stats; + -- Binary_File.Disp_Stats; end if; end Finish; |