/src/wrappers/llvm/library/values/llvm_inttoptr_inst.e
Specman e | 23 lines | 3 code | 4 blank | 16 comment | 0 complexity | 176d8b5995f8ac4acc0420b27125fe39 MD5 | raw file
1class LLVM_INTTOPTR_INST 2 -- A cast from an integer to a pointer. 3 4inherit LLVM_CAST_INST 5 6end -- class LLVM_INTTOPTR_INST 7 8-- Copyright (C) 2009-2017: Paolo Redaelli 9-- This file is part of LLVM wrappers for Liberty Eiffel. 10-- 11-- This library is free software: you can redistribute it and/or modify 12-- it under the terms of the GNU Lesser General Public License as published by 13-- the Free Software Foundation, version 3 of the License. 14-- 15-- Liberty Eiffel is distributed in the hope that it will be useful, 16-- but WITHOUT ANY WARRANTY; without even the implied warranty of 17-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18-- GNU General Public License for more details. 19-- 20-- You should have received a copy of the GNU General Public License 21-- along with Liberty Eiffel. If not, see <http://www.gnu.org/licenses/>. 22-- 23