[llvm] r371073 - [LLVM][Alignment][NFC] Fixing wrong documentation
Guillaume Chatelet via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 07:17:08 PDT 2019
Author: gchatelet
Date: Thu Sep 5 07:17:08 2019
New Revision: 371073
URL: http://llvm.org/viewvc/llvm-project?rev=371073&view=rev
Log:
[LLVM][Alignment][NFC] Fixing wrong documentation
Modified:
llvm/trunk/include/llvm/CodeGen/TargetLowering.h
Modified: llvm/trunk/include/llvm/CodeGen/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/TargetLowering.h?rev=371073&r1=371072&r2=371073&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/CodeGen/TargetLowering.h Thu Sep 5 07:17:08 2019
@@ -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;
}
More information about the llvm-commits
mailing list