De-constify pointers to Type since they can't be modified. NFC
[oota-llvm.git] / lib / Target / Mips / MipsCCState.cpp
index b8081295ca64b580fb9aedc76af6537603e9aa31..7fc364c0eb4d84d88b24dff3c1309fc17631e146 100644 (file)
@@ -44,7 +44,7 @@ static bool isF128SoftLibCall(const char *CallSym) {
 
 /// This function returns true if Ty is fp128, {f128} or i128 which was
 /// originally a fp128.
-static bool originalTypeIsF128(const Type *Ty, const SDNode *CallNode) {
+static bool originalTypeIsF128(Type *Ty, const SDNode *CallNode) {
   if (Ty->isFP128Ty())
     return true;