Skip to content
Commit 85476f30 authored by Evan Cheng's avatar Evan Cheng
Browse files

Perform trivial tail call optimization for callees with "C" ABI. These are done

even when -tailcallopt is not specified and it does not require changing ABI.
First case is the most trivial one. Perform tail call optimization when both
the caller and callee do not return values and when the callee does not take
any input arguments.

llvm-svn: 94664
parent 49c0d89a
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