diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-12-16 14:00:15 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-12-16 14:00:15 +0100 |
commit | ed4cf039092a8cc5bea78dedb845f8e2db3f49b8 (patch) | |
tree | 72b95e4653413d133b77ec2cf8b2bbaac0d2e487 /compiler/llvmGen | |
parent | 6fecb2a4dec6d1a4bfb5655ef5fc2a3e475954a4 (diff) | |
download | haskell-ed4cf039092a8cc5bea78dedb845f8e2db3f49b8.tar.gz |
Typos in comments
Diffstat (limited to 'compiler/llvmGen')
-rw-r--r-- | compiler/llvmGen/LlvmCodeGen/Regs.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvmGen/LlvmCodeGen/Regs.hs b/compiler/llvmGen/LlvmCodeGen/Regs.hs index 1ee9fc10a0..186eda31a3 100644 --- a/compiler/llvmGen/LlvmCodeGen/Regs.hs +++ b/compiler/llvmGen/LlvmCodeGen/Regs.hs @@ -102,7 +102,7 @@ stgTBAA , (heapN, fsLit "heap", Just topN) , (rxN, fsLit "rx", Just heapN) , (baseN, fsLit "base", Just topN) - -- FIX: Not 100% sure if this heirarchy is complete. I think the big thing + -- FIX: Not 100% sure if this hierarchy is complete. I think the big thing -- is Sp is never aliased, so might want to change the hierarchy to have Sp -- on its own branch that is never aliased (e.g never use top as a TBAA -- node). |