We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b356f2 commit 6ff8091Copy full SHA for 6ff8091
llvm/include/llvm/Support/Alignment.h
@@ -14,7 +14,7 @@
14
// power of two, its minimum value is 1 which means no alignment requirements.
15
//
16
// - MaybeAlign is an optional type, it may be undefined or set. When it's set
17
-// you can get the underlying Align type by using the getValue() method.
+// you can get the underlying Align type by using the value() method.
18
19
//===----------------------------------------------------------------------===//
20
0 commit comments