remove a testcase for a marginal feature
authorChris Lattner <sabre@nondot.org>
Wed, 1 Nov 2006 07:15:44 +0000 (07:15 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 1 Nov 2006 07:15:44 +0000 (07:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31345 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/load.ll

index 1934709ffad994a5fd97c5fe09f59745841b6aac..b87e76ec5b5c0944b08d8643daa556bb4457b54d 100644 (file)
@@ -40,20 +40,6 @@ int %test5(bool %C) {
        ret int %Z
 }
 
-; load (phi (&V1, &V2, &V3))  --> phi(load &V1, load &V2, load &V3)
-int %test6(bool %C) {
-entry:
-        br bool %C, label %cond_true.i, label %cond_continue.i
-
-cond_true.i:
-        br label %cond_continue.i
-
-cond_continue.i:
-        %mem_tmp.i.0 = phi int* [ %X, %cond_true.i ], [ %X2, %entry ]
-        %tmp.3 = load int* %mem_tmp.i.0
-        ret int %tmp.3
-}
-
 int %test7(int %X) {
        %V = getelementptr int* null, int %X
        %R = load int* %V