[cfe-commits] r143436 - /cfe/trunk/test/CodeGen/debug-info-iv.c

Eli Friedman eli.friedman at gmail.com
Mon Oct 31 21:46:08 PDT 2011


Author: efriedma
Date: Mon Oct 31 23:46:08 2011
New Revision: 143436

URL: http://llvm.org/viewvc/llvm-project?rev=143436&view=rev
Log:
Correct test for additional comment line.


Modified:
    cfe/trunk/test/CodeGen/debug-info-iv.c

Modified: cfe/trunk/test/CodeGen/debug-info-iv.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-info-iv.c?rev=143436&r1=143435&r2=143436&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/debug-info-iv.c (original)
+++ cfe/trunk/test/CodeGen/debug-info-iv.c Mon Oct 31 23:46:08 2011
@@ -27,7 +27,7 @@
       Array[i][j] = 0;
   test_indvars(Array[0], Array);
 
-//CHECK:	.loc	2 30 8
+//CHECK:	.loc	2 31 8
   for (i=0; i < 100; i+=2)
     for (j=0; j < 200; j++)
       sum += Array[i][j];





More information about the cfe-commits mailing list