diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-08-13 15:11:43 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-08-13 15:11:43 +0000 |
commit | 207a4ba3cce02d3073f24980f45251304d5808b5 (patch) | |
tree | 8ffa66b92bf9369cf3653fbbb377d0f5cfe725df /lib | |
parent | a70f9ce3f9907a3a0cca6928250822da778daf97 (diff) | |
download | external_llvm-207a4ba3cce02d3073f24980f45251304d5808b5.zip external_llvm-207a4ba3cce02d3073f24980f45251304d5808b5.tar.gz external_llvm-207a4ba3cce02d3073f24980f45251304d5808b5.tar.bz2 |
Correct comment wording
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 2 | ||||
-rw-r--r-- | lib/Target/ARM/ARMInstrThumb2.td | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 8e5a01d..686303e 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -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 diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td index 5800a43..6b8df72 100644 --- a/lib/Target/ARM/ARMInstrThumb2.td +++ b/lib/Target/ARM/ARMInstrThumb2.td @@ -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 |