diff options
Diffstat (limited to 'compiler/cmm/CmmSink.hs')
-rw-r--r-- | compiler/cmm/CmmSink.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmSink.hs b/compiler/cmm/CmmSink.hs index 6317cfe929..26d0a6fd9a 100644 --- a/compiler/cmm/CmmSink.hs +++ b/compiler/cmm/CmmSink.hs @@ -133,7 +133,7 @@ elemLRegSet l = IntSet.member (getKey (getUnique l)) -- -- a nice loop, but we didn't eliminate the silly assignment at the end. -- See Note [dependent assignments], which would probably fix this. --- This is #8336 on Trac. +-- This is #8336. -- -- ----------- -- (2) From stg_atomically_frame in PrimOps.cmm |