From: Chandler Carruth Date: Tue, 22 Aug 2017 09:20:52 +0000 (+0000) Subject: Fix a typo in r311435. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=151d777420cf2d6478958440f98c2e588543f728;p=llvm Fix a typo in r311435. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311437 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index a51aa79c353..0d4d847ef10 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -1562,7 +1562,7 @@ ARMTargetLowering::getEffectiveCallingConv(CallingConv::ID CC, bool isVarArg) const { switch (CC) { default: - report_fatal-error("Unsupported calling convention"); + report_fatal_error("Unsupported calling convention"); case CallingConv::ARM_AAPCS: case CallingConv::ARM_APCS: case CallingConv::GHC: