Mercurial > hg > Members > tobaru > cbc > CbC_llvm
changeset 113:b8d969d74b93
remove if0
author | mir3636 |
---|---|
date | Mon, 27 Jun 2016 19:21:24 +0900 |
parents | 4b203247047d |
children | a6d007e4e7a3 |
files | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp Mon Mar 07 22:07:35 2016 +0900 +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp Mon Jun 27 19:21:24 2016 +0900 @@ -5414,9 +5414,8 @@ #ifndef noCbC errs() << CS.getCaller()->getName() + " : Tail call elimination was failed on goto "; errs() << "warning: not unreachable instruction in a tail call.\n "; -#else +#endif isTailCall = false; -#endif } TargetLowering::CallLoweringInfo CLI(DAG);