diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-02 03:24:54 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-02 03:24:54 +0000 |
commit | bb703e89602acdf4a80f6dd8240422cba451f6bd (patch) | |
tree | b62cdbecfe3ea4057cab90cf0584a078f7404a8f /llvm/lib/Target/X86/X86MCInstLower.cpp | |
parent | f60ab47098c4768014ac4b761a6df41cb0cc0d5e (diff) | |
download | bcm5719-llvm-bb703e89602acdf4a80f6dd8240422cba451f6bd.tar.gz bcm5719-llvm-bb703e89602acdf4a80f6dd8240422cba451f6bd.zip |
fix trivial typos; NFC
suport -> support
llvm-svn: 306968
Diffstat (limited to 'llvm/lib/Target/X86/X86MCInstLower.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86MCInstLower.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86MCInstLower.cpp b/llvm/lib/Target/X86/X86MCInstLower.cpp index 33bc8e11a57..c919007013d 100644 --- a/llvm/lib/Target/X86/X86MCInstLower.cpp +++ b/llvm/lib/Target/X86/X86MCInstLower.cpp @@ -1042,7 +1042,7 @@ void X86AsmPrinter::LowerPATCHPOINT(const MachineInstr &MI, void X86AsmPrinter::LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, X86MCInstLower &MCIL) { - assert(Subtarget->is64Bit() && "XRay custom events only suports X86-64"); + assert(Subtarget->is64Bit() && "XRay custom events only supports X86-64"); // We want to emit the following pattern, which follows the x86 calling // convention to prepare for the trampoline call to be patched in. |