diff options
author | Roman Divacky <rdivacky@freebsd.org> | 2011-08-01 20:38:27 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@freebsd.org> | 2011-08-01 20:38:27 +0000 |
commit | 4d7ce321473384cf6e181eede9b65d80d9e68a28 (patch) | |
tree | b3cf4c59d59580816541adbc2ec3c577823145af | |
parent | 5f801ba6ef5da47987ae4ccf2cc0b54cd888fc84 (diff) |
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136646 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 8d3b7d9b4b..db62780c25 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1830,7 +1830,7 @@ $ llc -regalloc=pbqp file.bc -o pbqp.s; <p>The compact unwind encoding is a 32-bit value, which is encoded in an architecture-specific way. It specifies which registers to restore and from - where, and how to unwind out of the funciton. When the linker creates a final + where, and how to unwind out of the function. When the linker creates a final linked image, it will create a <code>__TEXT,__unwind_info</code> section. This section is a small and fast way for the runtime to access unwind info for any given function. If we emit compact unwind info for the |