Changes in directory llvm-gcc/gcc:

llvm-out.c updated: 1.10 -> 1.11
---
Log message:

Fix for PR#922.
Do not re-assign the input locations when expanding statements; the
original GCC code does not do this, and removing this statement generates
correct filename output for LLVM debugging intrinsics.


---
Diffs of the changes:  (+0 -1)

 llvm-out.c |    1 -
 1 files changed, 1 deletion(-)


Index: llvm-gcc/gcc/llvm-out.c
diff -u llvm-gcc/gcc/llvm-out.c:1.10 llvm-gcc/gcc/llvm-out.c:1.11
--- llvm-gcc/gcc/llvm-out.c:1.10        Wed Dec  1 01:09:25 2004
+++ llvm-gcc/gcc/llvm-out.c     Mon Sep 25 13:11:43 2006
@@ -136,7 +136,6 @@
   assert(nested_p == 0 && "Does not handle nested functions yet!");
 
   current_function_decl = fndecl;
-  input_location = DECL_SOURCE_LOCATION (fndecl);
 
   /* Warn if this value is an aggregate type,
      regardless of which calling convention we are using for it.  */



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to