-- | A 'LibraryFunction' identifies a function of which LLVM has particular knowledge.
module LLVM.Target.LibraryFunction (
  LibraryFunction(..)
 ) where


import LLVM.Internal.LibraryFunction