[mips] For indirect calls we don't need $gp to point to .got. Mips linker
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index 24bc47f458f8683fa060193a94ca75b04e2139ab..3cb7f69d8fb507189a2a79bd609a7c6a0cd494ef 100644 (file)
@@ -336,7 +336,8 @@ namespace llvm {
     getOpndList(SmallVectorImpl<SDValue> &Ops,
                 std::deque< std::pair<unsigned, SDValue> > &RegsToPass,
                 bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage,
-                CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const;
+                bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
+                SDValue Chain) const;
 
     /// ByValArgInfo - Byval argument information.
     struct ByValArgInfo {