Test: Use layout-after instead of layout-before.

Update the tests so that they use layout-after instead of layout-before.
In all other places, we use layout-afters as primary edges.

llvm-svn: 231627
This commit is contained in:
Rui Ueyama 2015-03-09 04:00:29 +00:00
parent eb242a5041
commit 5768e9fde9
4 changed files with 14 additions and 28 deletions

View File

@ -38,9 +38,6 @@ defined-atoms:
- name: anotherfunction
scope: global
type: data
references:
- kind: layout-before
target: f3
- name: f1
scope: global
type: code
@ -79,9 +76,5 @@ undefined-atoms:
#CHECK: - name: anotherfunction
#CHECK: scope: global
#CHECK: type: data
#CHECK: references:
#CHECK: - kind: layout-before
#CHECK: offset: 0
#CHECK: target: f3
#CHECK: undefined-atoms:
#CHECK: - name: f3

View File

@ -10,6 +10,9 @@ defined-atoms:
- name: f1
scope: global
type: code
references:
- kind: layout-after
target: anotherfunction
- name: f2
scope: global
type: code
@ -34,9 +37,6 @@ defined-atoms:
- name: anotherfunction
scope: global
type: data
references:
- kind: layout-before
target: f1
---
undefined-atoms:
- name: f1
@ -63,6 +63,10 @@ undefined-atoms:
#CHECK: target: [[GCHILD:[a-zA-Z\.0-9_]+]]
#CHECK: - name: f1
#CHECK: scope: global
#CHECK: references:
#CHECK: - kind: layout-after
#CHECK: offset: 0
#CHECK: target: anotherfunction
#CHECK: - name: f2
#CHECK: scope: global
#CHECK: - name: d1
@ -74,7 +78,3 @@ undefined-atoms:
#CHECK: - name: anotherfunction
#CHECK: scope: global
#CHECK: type: data
#CHECK: references:
#CHECK: - kind: layout-before
#CHECK: offset: 0
#CHECK: target: f1

View File

@ -38,9 +38,6 @@ defined-atoms:
- name: anotherfunction
scope: global
type: data
references:
- kind: layout-before
target: f3
- name: f1
scope: global
type: code
@ -79,9 +76,5 @@ undefined-atoms:
#CHECK: - name: anotherfunction
#CHECK: scope: global
#CHECK: type: data
#CHECK: references:
#CHECK: - kind: layout-before
#CHECK: offset: 0
#CHECK: target: f3
#CHECK: undefined-atoms:
#CHECK: - name: f3

View File

@ -10,6 +10,9 @@ defined-atoms:
- name: f1
scope: global
type: code
references:
- kind: layout-after
target: anotherfunction
- name: f2
scope: global
type: code
@ -34,9 +37,6 @@ defined-atoms:
- name: anotherfunction
scope: global
type: data
references:
- kind: layout-before
target: f1
---
undefined-atoms:
- name: f1
@ -63,6 +63,10 @@ undefined-atoms:
#CHECK: target: [[GCHILD:[a-zA-Z\.0-9_]+]]
#CHECK: - name: f1
#CHECK: scope: global
#CHECK: references:
#CHECK: - kind: layout-after
#CHECK: offset: 0
#CHECK: target: anotherfunction
#CHECK: - name: f2
#CHECK: scope: global
#CHECK: - name: d1
@ -74,7 +78,3 @@ undefined-atoms:
#CHECK: - name: anotherfunction
#CHECK: scope: global
#CHECK: type: data
#CHECK: references:
#CHECK: - kind: layout-before
#CHECK: offset: 0
#CHECK: target: f1