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 | 3ee5cbde3d3bc1de2456a3fdf2c6d1d251959487 (patch) | |
| tree | ca2d77d758d760589c1ed1c4752d636eabfa1cfa /llvm | |
| parent | bbdc5d2ef94c65d729b5144799af9d9bc0a643b7 (diff) | |
| download | bcm5719-llvm-3ee5cbde3d3bc1de2456a3fdf2c6d1d251959487.tar.gz bcm5719-llvm-3ee5cbde3d3bc1de2456a3fdf2c6d1d251959487.zip | |
Spelling typo fix. s/incput/input/. Thanks, Bob!
llvm-svn: 116880
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/ISDOpcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h index 76829b78eb4..31da0211eb7 100644 --- a/llvm/include/llvm/CodeGen/ISDOpcodes.h +++ b/llvm/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, |

