From ed4cf039092a8cc5bea78dedb845f8e2db3f49b8 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 16 Dec 2016 14:00:15 +0100 Subject: Typos in comments --- compiler/llvmGen/LlvmCodeGen/Regs.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/llvmGen') 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). -- cgit v1.2.1