diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-04-19 06:58:07 +0200 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-04-19 11:20:51 +0200 |
commit | 1d2ffb6ab1ef973c85f893b5ea4a72cfa59ce484 (patch) | |
tree | 5f698d69fe2383300f51e71e824e86dad6cc8508 /compiler/nativeGen/X86/Instr.hs | |
parent | 41f5b7e3e0648302b9c5dc485917a391d21d15a1 (diff) | |
download | haskell-1d2ffb6ab1ef973c85f893b5ea4a72cfa59ce484.tar.gz |
Validate inferred theta. Fixes #8883
This checks that all the required extensions are enabled for the
inferred type signature.
Updates binary and vector submodules.
Diffstat (limited to 'compiler/nativeGen/X86/Instr.hs')
-rw-r--r-- | compiler/nativeGen/X86/Instr.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nativeGen/X86/Instr.hs b/compiler/nativeGen/X86/Instr.hs index 8284270be1..75e5b9e737 100644 --- a/compiler/nativeGen/X86/Instr.hs +++ b/compiler/nativeGen/X86/Instr.hs @@ -9,6 +9,7 @@ #include "HsVersions.h" #include "nativeGen/NCG.h" +{-# LANGUAGE TypeFamilies #-} module X86.Instr (Instr(..), Operand(..), PrefetchVariant(..), JumpDest, getJumpDestBlockId, canShortcut, shortcutStatics, shortcutJump, i386_insert_ffrees, allocMoreStack, |