# HG changeset patch # User mir3636 # Date 1467022884 -32400 # Node ID b8d969d74b9314e5d8126890876ac9d57240546d # Parent 4b203247047d489557c92c6608d00a8f2f98df49 remove if0 diff -r 4b203247047d -r b8d969d74b93 lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp --- 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);