Skip to content

Commit c2e94ea

Browse files
jayfoadnikic
andauthored
Update llvm/include/llvm/IR/DerivedTypes.h
Co-authored-by: Nikita Popov <[email protected]>
1 parent 7383934 commit c2e94ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/DerivedTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ class TargetExtType : public Type {
770770
/// This type may be used as the value type of a global variable.
771771
CanBeGlobal = 1U << 1,
772772
/// This type may be allocated on the stack, either as the allocated type
773-
// of an alloca instruction or as a byval function parameter.
773+
/// of an alloca instruction or as a byval function parameter.
774774
CanBeLocal = 1U << 2,
775775
};
776776

0 commit comments

Comments
 (0)