diff options
Diffstat (limited to 'compiler/GHC/Driver/CodeOutput.hs')
-rw-r--r-- | compiler/GHC/Driver/CodeOutput.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/CodeOutput.hs b/compiler/GHC/Driver/CodeOutput.hs index feb9efb5f7..80a8277283 100644 --- a/compiler/GHC/Driver/CodeOutput.hs +++ b/compiler/GHC/Driver/CodeOutput.hs @@ -335,7 +335,7 @@ profilingInitCode platform this_mod (local_CCs, singleton_CCSs) <> semi -- | Generate code to initialise info pointer origin --- See note [Mapping Info Tables to Source Positions] +-- See Note [Mapping Info Tables to Source Positions] ipInitCode :: Bool -- is Opt_InfoTableMap enabled or not -> Platform |