Add a TargetOption for disabling tail calls.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 19 Jan 2012 00:34:10 +0000 (00:34 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 19 Jan 2012 00:34:10 +0000 (00:34 +0000)
commit22de16dc7582dac43429ce0dcb374604020c01f5
treecdf90f822164c39bf7a6c99518381a49b0cbf7b7
parent9b159710ebe8a37cba38ca0c5b465e362bd68af7
Add a TargetOption for disabling tail calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148442 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetOptions.h
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/tailcall-disable.ll [new file with mode: 0644]
tools/llc/llc.cpp