Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
index 29764aad32cc39ec638184d20daa188282ad8c0c..fe63edf3ff68c55337114550d2ef92c3a5ba4e47 100644 (file)
@@ -2283,6 +2283,8 @@ void CWriter::printFunctionSignature(const Function *F, bool Prototype) {
    case CallingConv::X86_FastCall:
     Out << "__attribute__((fastcall)) ";
     break;
+   default:
+    break;
   }
   
   // Loop over the arguments, printing them...