From: Guillaume Chatelet Date: Thu, 5 Sep 2019 14:17:08 +0000 (+0000) Subject: [LLVM][Alignment][NFC] Fixing wrong documentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0ba45eac0e4a1e026e732c1b5d9b3be92c0236a;p=llvm [LLVM][Alignment][NFC] Fixing wrong documentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371073 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/TargetLowering.h b/include/llvm/CodeGen/TargetLowering.h index de82fd71736..4b2af4f7d6a 100644 --- a/include/llvm/CodeGen/TargetLowering.h +++ b/include/llvm/CodeGen/TargetLowering.h @@ -2124,7 +2124,7 @@ protected: PrefLoopLogAlignment = LogAlign; } - /// Set the minimum stack alignment of an argument (in log2(bytes)). + /// Set the minimum stack alignment of an argument. void setMinStackArgumentAlignment(unsigned Align) { MinStackArgumentAlignment = Align; }