diff options
Diffstat (limited to 'compiler/nativeGen/X86/CodeGen.hs')
| -rw-r--r-- | compiler/nativeGen/X86/CodeGen.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/compiler/nativeGen/X86/CodeGen.hs b/compiler/nativeGen/X86/CodeGen.hs index 98d5e892ad..4fa42820ca 100644 --- a/compiler/nativeGen/X86/CodeGen.hs +++ b/compiler/nativeGen/X86/CodeGen.hs @@ -54,6 +54,7 @@ import FastString  import FastBool         ( isFastTrue )  import Constants        ( wORD_SIZE )  import DynFlags +import Util  import Control.Monad  import Data.Bits | 
