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 | 2fbb48ae20b724e6bdf9f3e6c165e5f0baf0807e (patch) | |
tree | 6c7a8b09f7223eebce61800609ffbe408f94c85d | |
parent | faee2cf9ff7b698d30a7a72c319e7e52adfa54b8 (diff) | |
download | bcm5719-llvm-2fbb48ae20b724e6bdf9f3e6c165e5f0baf0807e.tar.gz bcm5719-llvm-2fbb48ae20b724e6bdf9f3e6c165e5f0baf0807e.zip |
Fix a typo.
llvm-svn: 136646
-rw-r--r-- | llvm/docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 8d3b7d9b4b3..db62780c257 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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 |