From 26f1f6d0deaff4d718e32b8e97ea21968c506b60 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Thu, 17 Jun 2021 14:30:52 +0000 Subject: [PATCH] [llvm] fix typo in comment --- llvm/include/llvm/CodeGen/MachineFrameInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/MachineFrameInfo.h b/llvm/include/llvm/CodeGen/MachineFrameInfo.h index 355181f..28a5970 100644 --- a/llvm/include/llvm/CodeGen/MachineFrameInfo.h +++ b/llvm/include/llvm/CodeGen/MachineFrameInfo.h @@ -177,7 +177,7 @@ private: /// If true, the object has been zero-extended. bool isZExt = false; - /// If true, the object has been zero-extended. + /// If true, the object has been sign-extended. bool isSExt = false; uint8_t SSPLayout; -- 2.7.4