diff options
Diffstat (limited to 'test/CodeGen/debug-info-line4.c')
-rw-r--r-- | test/CodeGen/debug-info-line4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/debug-info-line4.c b/test/CodeGen/debug-info-line4.c index 004176c..2b3e0fe 100644 --- a/test/CodeGen/debug-info-line4.c +++ b/test/CodeGen/debug-info-line4.c @@ -8,4 +8,4 @@ int foo(int a, int b) { int c = a + b; } // Without column information we wouldn't change locations for b. -// CHECK: metadata !{i32 4, i32 20, +// CHECK: !MDLocation(line: 4, column: 20, |