From a6a72e210c94ea5b79446302c336420e0899b413 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 6 Mar 2014 21:40:08 +0000 Subject: [PATCH] * fixed typo in comment git-svn-id: branches/hlcgllvm@26978 - --- compiler/llvm/rgllvm.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/llvm/rgllvm.pas b/compiler/llvm/rgllvm.pas index 67c2d687ee..0b8e113089 100644 --- a/compiler/llvm/rgllvm.pas +++ b/compiler/llvm/rgllvm.pas @@ -123,7 +123,7 @@ implementation begin spillednodes.clear; { there should be only one round of spilling per register type, we - shouldn't generate multiple writes so a single register here } + shouldn't generate multiple writes to a single register here } if spillcounter<>0 then exit; { registers must be in SSA form -> determine all registers that are