[mips] Do not use function CC_MipsN_VarArg unless the function being analyzed
is a vararg function. The original code was examining flag OutputArg::IsFixed to determine whether CC_MipsN_VarArg or CC_MipsN should be called. This is not correct, since this flag is often set to false when the function being analyzed is a non-variadic function. llvm-svn: 174442
Loading
Please register or sign in to comment