diff options
Diffstat (limited to 'compiler/nativeGen/RegAllocLinear.hs')
-rw-r--r-- | compiler/nativeGen/RegAllocLinear.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nativeGen/RegAllocLinear.hs b/compiler/nativeGen/RegAllocLinear.hs index 4b023c5e76..14d7eba5a4 100644 --- a/compiler/nativeGen/RegAllocLinear.hs +++ b/compiler/nativeGen/RegAllocLinear.hs @@ -101,6 +101,7 @@ import UniqFM import UniqSupply import Outputable import State +import FastString import Data.Maybe import Data.List |