Reduce testcase a bit
authorChris Lattner <sabre@nondot.org>
Thu, 1 May 2003 21:38:57 +0000 (21:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 May 2003 21:38:57 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5978 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll

index 1c8dfefbcc68d7f0f8caaabb2df6e3586801641f..914df25360fd934a75602ec11a2ad1a4faf09164 100644 (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