summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86MCInstLower.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-02 03:24:54 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-02 03:24:54 +0000
commitbb703e89602acdf4a80f6dd8240422cba451f6bd (patch)
treeb62cdbecfe3ea4057cab90cf0584a078f7404a8f /llvm/lib/Target/X86/X86MCInstLower.cpp
parentf60ab47098c4768014ac4b761a6df41cb0cc0d5e (diff)
downloadbcm5719-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.cpp2
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.
OpenPOWER on IntegriCloud