From ddd4f43a391ddbdaab747cbeb749a52b277236c7 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Thu, 24 Mar 2016 13:34:50 -0400 Subject: [PATCH] change IR to IL --- doc/llvm.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/llvm.txt b/doc/llvm.txt index 9552434..811e45c 100644 --- a/doc/llvm.txt +++ b/doc/llvm.txt @@ -66,7 +66,7 @@ are a few things provided in QBE to consider. Moreover the ABI implementation in QBE has been thoroughly tested by fuzzing and manual tests. - * LLVM IR is more cluttered with memory operations. + * LLVM IL is more cluttered with memory operations. Implementing SSA construction is hard. To save its users from having to implement it, LLVM provides @@ -82,7 +82,7 @@ are a few things provided in QBE to consider. the IL by three makes it easier for the frontend writers to spot bugs in the generated code. - * LLVM IR is more cluttered with type annotations and + * LLVM IL is more cluttered with type annotations and casts. For the sake of advanced optimizations and