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 7383934 commit c2e94eaCopy full SHA for c2e94ea
llvm/include/llvm/IR/DerivedTypes.h
@@ -770,7 +770,7 @@ class TargetExtType : public Type {
770
/// This type may be used as the value type of a global variable.
771
CanBeGlobal = 1U << 1,
772
/// This type may be allocated on the stack, either as the allocated type
773
- // of an alloca instruction or as a byval function parameter.
+ /// of an alloca instruction or as a byval function parameter.
774
CanBeLocal = 1U << 2,
775
};
776
0 commit comments