summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/X86/Instr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CmmToAsm/X86/Instr.hs')
-rw-r--r--compiler/GHC/CmmToAsm/X86/Instr.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/GHC/CmmToAsm/X86/Instr.hs b/compiler/GHC/CmmToAsm/X86/Instr.hs
index 1a9226ec41..6418144bb8 100644
--- a/compiler/GHC/CmmToAsm/X86/Instr.hs
+++ b/compiler/GHC/CmmToAsm/X86/Instr.hs
@@ -55,7 +55,6 @@ import GHC.Cmm.Dataflow.Collections
import GHC.Cmm.Dataflow.Label
import GHC.Platform.Regs
import GHC.Cmm
-import GHC.Data.FastString
import GHC.Utils.Outputable
import GHC.Utils.Panic
import GHC.Platform
@@ -172,7 +171,7 @@ bit precision.
data Instr
-- comment pseudo-op
- = COMMENT FastString
+ = COMMENT SDoc
-- location pseudo-op (file, line, col, name)
| LOCATION Int Int Int String