mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Reduce testcase a bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5978 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
215f0b77c8
commit
3d73c706e1
@ -3,14 +3,12 @@
|
||||
void %child(int %ct.1) {
|
||||
entry: ; No predecessors!
|
||||
switch uint 0, label %return [
|
||||
uint 2, label %UnifiedExitNode
|
||||
uint 3, label %UnifiedExitNode
|
||||
uint 0, label %return
|
||||
uint 1, label %UnifiedExitNode
|
||||
]
|
||||
|
||||
return: ; preds = %entry, %entry
|
||||
%result.0 = phi %struct.quad_struct* [ null, %entry ], [ null, %entry ] ; <%struct.quad_struct*> [#uses=0]
|
||||
%result.0 = phi int* [ null, %entry ], [ null, %entry ] ; <%struct.quad_struct*> [#uses=0]
|
||||
br label %UnifiedExitNode
|
||||
|
||||
UnifiedExitNode: ; preds = %entry, %return, %entry, %entry
|
||||
|
Loading…
Reference in New Issue
Block a user