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

Vladimir Medic Vladimir.Medic at imgtec.com
Thu Sep 11 02:10:13 PDT 2014


LGTM.

================
Comment at: lib/Target/Mips/MipsISelLowering.cpp:2377
@@ -2376,1 +2376,3 @@
+static bool originalTypeIsF128(const Type *Ty, const SDNode *CallNode);
+
 #include "MipsGenCallingConv.inc"
----------------
dsanders wrote:
> vmedic wrote:
> > I don't see the implementation of this function, is that generated by tableGen?
> It's on line 3372. I've only moved the prototype so that I can use it from the tablegen-erated code.
OK, sorry. I thought that the method is newly introduced and was confused since the diff didn't show the code for it.

http://reviews.llvm.org/D5269






More information about the llvm-commits mailing list