]> granicus.if.org Git - llvm/commitdiff
Fix a typo in r311435.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 22 Aug 2017 09:20:52 +0000 (09:20 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 22 Aug 2017 09:20:52 +0000 (09:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311437 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelLowering.cpp

index a51aa79c353da8bd4e86af95c429bc2069efc142..0d4d847ef10824abdef74bca19ccd02245c19793 100644 (file)
@@ -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: