qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 4756643e58965eb21e0bf2ddb45ddb24b9f8bf03
parent 496c069405cd79aed968f59dd5a5f92d1f96809f
Author: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Date:   Mon, 15 Feb 2021 09:25:56 +0100

docs/llvm: Fix typo jeoparadized -> jeopardized

Diffstat:
Mdoc/llvm.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/llvm.txt b/doc/llvm.txt @@ -92,7 +92,7 @@ are a few things provided in QBE to consider. Because QBE makes a much lighter use of types, the IL is more readable and shorter. It can of course be - argued back that the correctness of QBE is jeoparadized, + argued back that the correctness of QBE is jeopardized, but remember that, in practice, the large amount of casts necessary in LLVM IL is undermining the overall effectiveness of the type system.