# HG changeset patch # User Kaito Tokumori # Date 1429343210 -32400 # Node ID d52ff4b80465b41f21999a437a4e426d775b6eb0 # Parent 15fe73fee027b4890d4a8b71d18f94f5691959ce minor fix diff -r 15fe73fee027 -r d52ff4b80465 lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp Fri Apr 17 15:10:22 2015 +0900 +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp Sat Apr 18 16:46:50 2015 +0900 @@ -5790,8 +5790,6 @@ errs() << CS.getCaller()->getName() + " : Tail call elimination was failed on pointer accessed goto. Write a exactly prototype declaration.\n"; } } -#endif -#ifndef noCbC // if code segment's tail call flag was changed false , we report it on error. if (CLI.RetTy->is__CodeTy() && CS.getCaller()->getReturnType()->is__CodeTy() && !isTailCall && !CLI.IsVarArg) { if (CS.getCalledFunction()) // if this codesegment call is a direct access; ex) goto codesegment(); diff -r 15fe73fee027 -r d52ff4b80465 tools/clang/.git/index Binary file tools/clang/.git/index has changed