[PATCH] [mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::AnalyzeCallReturn().
Daniel Sanders
daniel.sanders at imgtec.com
Wed Sep 10 07:12:03 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"
----------------
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.
http://reviews.llvm.org/D5269
More information about the llvm-commits
mailing list