File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: cat %t.ll | FileCheck %s
3
3
// RUN: cat %t.ll | FileCheck %s --check-prefix=PROMO-CHECK
4
4
// RUN: cat %t.ll | FileCheck %s --check-prefix=FOO-CHECK
5
- // REQUIRES: rdar27389560
6
5
7
6
// LValues are direct values, too. They are reference types, though.
8
7
@@ -19,9 +18,9 @@ typealias MyFloat = Float
19
18
// PROMO-CHECK: call void @llvm.dbg.declare(metadata %Vs5Int64** %
20
19
// PROMO-CHECK-SAME: metadata ![[A1:[0-9]+]], metadata ![[EMPTY_EXPR:[0-9]+]])
21
20
22
- // PROMO-CHECK: ![[INT:.* ]] = !DICompositeType({{.*}}identifier: "_TtVs5Int64"
23
- // PROMO-CHECK: ![[EMPTY_EXPR ]] = !DIExpression()
24
- // PROMO-CHECK: ![[INT:.*]] = !DICompositeType({{.*}}identifier: "_TtRVs5Int64"
21
+ // PROMO-CHECK-DAG : ![[EMPTY_EXPR ]] = !DIExpression()
22
+ // PROMO-CHECK-DAG : ![[INT:.* ]] = !DICompositeType({{.*}}identifier: "_TtVs5Int64"
23
+ // PROMO-CHECK-DAG : ![[INT:.*]] = !DICompositeType({{.*}}identifier: "_TtRVs5Int64"
25
24
// PROMO-CHECK: ![[A1]] = !DILocalVariable(name: "a", arg: 1
26
25
// PROMO-CHECK-SAME: type: ![[INT]]
27
26
func modifyFooHeap( _ a: inout Int64 ,
You can’t perform that action at this time.
0 commit comments