Correct comment wording
authorJim Grosbach <grosbach@apple.com>
Thu, 13 Aug 2009 15:11:43 +0000 (15:11 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 13 Aug 2009 15:11:43 +0000 (15:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78904 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td

index 8e5a01d4ddaff422535b879b910f215b552f5d09..686303e95bb225f8b09db73154f860a60e3843c7 100644 (file)
@@ -1409,7 +1409,7 @@ let isCall = 1,
 
 //===----------------------------------------------------------------------===//
 // SJLJ Exception handling intrinsics
-//   eh_sjlj_setjmp() is a three instruction sequence to store the return 
+//   eh_sjlj_setjmp() is an instruction sequence to store the return
 //   address and save #0 in R0 for the non-longjmp case.
 //   Since by its nature we may be coming from some other function to get
 //   here, and we're using the stack frame for the containing function to
index 5800a4304775d13a89d56d39e500ab2073c09fd5..6b8df72dfc25712aa93144f143911b50869f8fb8 100644 (file)
@@ -1051,7 +1051,7 @@ let isCall = 1,
 
 //===----------------------------------------------------------------------===//
 // SJLJ Exception handling intrinsics
-//   eh_sjlj_setjmp() is a three instruction sequence to store the return 
+//   eh_sjlj_setjmp() is an instruction sequence to store the return
 //   address and save #0 in R0 for the non-longjmp case.
 //   Since by its nature we may be coming from some other function to get
 //   here, and we're using the stack frame for the containing function to