Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12836,7 +12836,7 @@ This instruction requires several arguments:
- The caller and callee prototypes must match. Pointer types of parameters
or return types may differ in pointee type, but not in address space.

On the other hand, if the calling convention is `swifttailcc` or `swiftcc`:
On the other hand, if the calling convention is `swifttailcc` or `tailcc`:

- Only these ABI-impacting attributes attributes are allowed: sret, byval,
swiftself, and swiftasync.
Expand Down
Loading