Skip to content

Commit 4021836

Browse files
committed
Relax testcase for 32-bit architectures.
1 parent 4d540c2 commit 4021836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/DebugInfo/basic.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ func foo(_ a: Int64, _ b: Int64) -> Int64 {
3030
// CHECK-DAG: !DILexicalBlock(scope: ![[FOO]],{{.*}} line: [[@LINE-3]], column: 43)
3131
// CHECK-DAG: ![[ASCOPE:.*]] = !DILocation(line: [[@LINE-4]], column: 10, scope: ![[FOO]])
3232
// Check that a is the first and b is the second argument.
33-
// CHECK-DAG: store i64 %0, i64* [[AADDR:.*]], align 8
34-
// CHECK-DAG: store i64 %1, i64* [[BADDR:.*]], align 8
33+
// CHECK-DAG: store i64 %0, i64* [[AADDR:.*]], align
34+
// CHECK-DAG: store i64 %1, i64* [[BADDR:.*]], align
3535
// CHECK-DAG: [[AVAL:%.*]] = getelementptr inbounds {{.*}}, [[AMEM:.*]], i32 0, i32 0
3636
// CHECK-DAG: [[BVAL:%.*]] = getelementptr inbounds {{.*}}, [[BMEM:.*]], i32 0, i32 0
3737
// CHECK-DAG: call void @llvm.dbg.declare(metadata i64* [[AADDR]], metadata ![[AARG:.*]], metadata !{{[0-9]+}}), !dbg ![[ASCOPE]]

0 commit comments

Comments
 (0)