diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-19 23:39:23 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-19 23:39:23 +0000 |
commit | df7ec2083fad548d0e2bf8797f9d0ef67823c06b (patch) | |
tree | e94d3757e43e0cbfe6569c53b9ba65a522ab8786 /include | |
parent | e4ad387a5a88dae20f0f7578e55170bbc8eee2a9 (diff) | |
download | external_llvm-df7ec2083fad548d0e2bf8797f9d0ef67823c06b.zip external_llvm-df7ec2083fad548d0e2bf8797f9d0ef67823c06b.tar.gz external_llvm-df7ec2083fad548d0e2bf8797f9d0ef67823c06b.tar.bz2 |
Spelling typo fix. s/incput/input/. Thanks, Bob!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/ISDOpcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index 76829b7..31da021 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -109,7 +109,7 @@ namespace ISD { // OUTCHAIN = EH_SJLJ_DISPATCHSETUP(INCHAIN, context) // This corresponds to the eh.sjlj.dispatchsetup intrinsic. It takes an - // incput chain and a pointer to the sjlj function context as inputs and + // input chain and a pointer to the sjlj function context as inputs and // returns an outchain. By default, this does nothing. Targets can lower // this to unwind setup code if needed. EH_SJLJ_DISPATCHSETUP, |