diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2019-01-30 13:59:10 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-02 22:05:36 -0500 |
commit | 558550a671f9be2207aeaf4f60f607236ccb840f (patch) | |
tree | 92bfdb431c6ba893ea067b86e1ccf894e25ceaae /compiler/nativeGen | |
parent | 2d79cd152161ec090f8408ef3b499cd48231d498 (diff) | |
download | haskell-558550a671f9be2207aeaf4f60f607236ccb840f.tar.gz |
Remove unused imports
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r-- | compiler/nativeGen/X86/RegInfo.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/nativeGen/X86/RegInfo.hs b/compiler/nativeGen/X86/RegInfo.hs index 7ca0c0c75a..339fdd7a8c 100644 --- a/compiler/nativeGen/X86/RegInfo.hs +++ b/compiler/nativeGen/X86/RegInfo.hs @@ -21,9 +21,6 @@ import Unique import UniqFM import X86.Regs -import Debug.Trace -import Numeric (showHex) - mkVirtualReg :: Unique -> Format -> VirtualReg mkVirtualReg u format |