commit | 478b94b9454361446a981851a00f2f92062d4b66 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Jul 18 22:18:04 2011 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Jul 18 22:18:04 2011 +0000 |
tree | 70fa724ab4f505df0372612eab816b05b6f1a4be | |
parent | 884744b65ec9d1669e145985bf1830e727c04952 [diff] |
Check column number also. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135437 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/debug-info-iv.c b/test/CodeGen/debug-info-iv.c index 9265473..55ea659 100644 --- a/test/CodeGen/debug-info-iv.c +++ b/test/CodeGen/debug-info-iv.c
@@ -26,7 +26,7 @@ Array[i][j] = 0; test_indvars(Array[0], Array); -//CHECK: .loc 2 30 3 +//CHECK: .loc 2 30 8 for (i=0; i < 100; i+=2) for (j=0; j < 200; j++) sum += Array[i][j];