mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -109,7 +109,7 @@ namespace ISD { | |||||||
|  |  | ||||||
|     // OUTCHAIN = EH_SJLJ_DISPATCHSETUP(INCHAIN, context) |     // OUTCHAIN = EH_SJLJ_DISPATCHSETUP(INCHAIN, context) | ||||||
|     // This corresponds to the eh.sjlj.dispatchsetup intrinsic. It takes an |     // 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 |     // returns an outchain. By default, this does nothing. Targets can lower | ||||||
|     // this to unwind setup code if needed. |     // this to unwind setup code if needed. | ||||||
|     EH_SJLJ_DISPATCHSETUP, |     EH_SJLJ_DISPATCHSETUP, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user