[PATCH] [mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::AnalyzeCallReturn().

Vladimir Medic Vladimir.Medic at imgtec.com
Wed Sep 10 07:04:14 PDT 2014


================
Comment at: lib/Target/Mips/MipsISelLowering.cpp:2377
@@ -2376,1 +2376,3 @@
+static bool originalTypeIsF128(const Type *Ty, const SDNode *CallNode);
+
 #include "MipsGenCallingConv.inc"
----------------
I don't see the implementation of this function, is that generated by tableGen?

http://reviews.llvm.org/D5269






More information about the llvm-commits mailing list