changeset 94:d52ff4b80465

minor fix
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sat, 18 Apr 2015 16:46:50 +0900
parents 15fe73fee027
children b0dd3743370f
files lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp tools/clang/.git/index
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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();
Binary file tools/clang/.git/index has changed