diff options
author | Ben Gamari <ben@panda.(none)> | 2012-01-24 19:56:35 -0500 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2012-01-30 16:04:07 -0800 |
commit | 766da942097613fed56417e3e149997812f83105 (patch) | |
tree | 0825021834ffde4126e9d5b32051e378872f1543 /compiler/llvmGen/Llvm.hs | |
parent | 6b086342e1bf83d2aab6021703498bbf975beeed (diff) | |
download | haskell-766da942097613fed56417e3e149997812f83105.tar.gz |
llvmGen: Use new fence instruction
Signed-off-by: David Terei <davidterei@gmail.com>
Diffstat (limited to 'compiler/llvmGen/Llvm.hs')
-rw-r--r-- | compiler/llvmGen/Llvm.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/llvmGen/Llvm.hs b/compiler/llvmGen/Llvm.hs index b15b6f261d..32df9e3217 100644 --- a/compiler/llvmGen/Llvm.hs +++ b/compiler/llvmGen/Llvm.hs @@ -20,6 +20,9 @@ module Llvm ( LlvmBlocks, LlvmBlock(..), LlvmBlockId, LlvmParamAttr(..), LlvmParameter, + -- * Fence synchronization + LlvmSyncOrdering(..), + -- * Call Handling LlvmCallConvention(..), LlvmCallType(..), LlvmParameterListType(..), LlvmLinkageType(..), LlvmFuncAttr(..), |