aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/InstCombine/load.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/Transforms/InstCombine/load.ll b/test/Transforms/InstCombine/load.ll
index 1934709ffa..b87e76ec5b 100644
--- a/test/Transforms/InstCombine/load.ll
+++ b/test/Transforms/InstCombine/load.ll
@@ -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