From 885011b021d00a1604adcc311567526666b498c4 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 1 Nov 2011 04:46:08 +0000 Subject: [PATCH] Correct test for additional comment line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143436 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/debug-info-iv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/debug-info-iv.c b/test/CodeGen/debug-info-iv.c index 31ce840e85..6684fe3469 100644 --- a/test/CodeGen/debug-info-iv.c +++ b/test/CodeGen/debug-info-iv.c @@ -27,7 +27,7 @@ int main() { 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]; -- 2.40.0