[haskell-llvm] LLVM.FFI.Core.LLVMInstGetOpcode returning Int instead of CInt

Henning Thielemann lemming at henning-thielemann.de
Sun Apr 21 09:18:25 BST 2013


In llvm-base-3.0.0.0 the function LLVMInstGetOpcode returned a CInt and in 
llvm-base-3.0.1.0 it returns an Int. I think the CInt was correct. Why was 
it changed?



More information about the Haskell-llvm mailing list