Author: lattner
Date: Tue Nov 11 00:27:34 2008
New Revision: 59028

URL: http://llvm.org/viewvc/llvm-project?rev=59028&view=rev
Log:
add PR#

Modified:
    cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c

Modified: cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c?rev=59028&r1=59027&r2=59028&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c (original)
+++ cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c Tue Nov 11 00:27:34 
2008
@@ -1,5 +1,6 @@
 // RUN: clang -o %t --emit-llvm -g %s
 
+// PR3023
 void convert(void) {
   struct { typeof(0) f0; } v0;
 }


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to