Skip to content
Commit dec25266 authored by Akira Hatanaka's avatar Akira Hatanaka
Browse files

[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
parent 12884089
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment