summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ISelLowering.cpp
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-03-27 19:10:42 +0000
committerHal Finkel <hfinkel@anl.gov>2013-03-27 19:10:42 +0000
commite915047fed99221afb8c540d8a7e81038a6483f1 (patch)
tree2fa4162d3802987d73ecdff97227260202d74f5e /lib/Target/X86/X86ISelLowering.cpp
parentfc8058696820332cfd3d382f6534edc96420a0b1 (diff)
downloadllvm-e915047fed99221afb8c540d8a7e81038a6483f1.tar.gz
llvm-e915047fed99221afb8c540d8a7e81038a6483f1.tar.bz2
llvm-e915047fed99221afb8c540d8a7e81038a6483f1.tar.xz
Fix typo (common to both X86 and PPC)
Thanks to Bill Schmidt for pointing this out during code review! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178170 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.cpp')
-rw-r--r--lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index 2939bcfb4a..9ef6a3bca0 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -470,7 +470,7 @@ X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
setOperationAction(ISD::SETCC , MVT::i64 , Custom);
}
setOperationAction(ISD::EH_RETURN , MVT::Other, Custom);
- // NOTE: EH_SJLJ_SETJMP/_LONGJMP supported here is NOT intened to support
+ // NOTE: EH_SJLJ_SETJMP/_LONGJMP supported here is NOT intended to support
// SjLj exception handling but a light-weight setjmp/longjmp replacement to
// support continuation, user-level threading, and etc.. As a result, no
// other SjLj exception interfaces are implemented and please don't build