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:
Chris Lattner 2003-05-01 21:38:57 +00:00
parent 215f0b77c8
commit 3d73c706e1

View File

@ -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