aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/SimplifyCFG/PhiEliminate.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/PhiEliminate.ll b/test/Transforms/SimplifyCFG/PhiEliminate.ll
index a6b8062c67..ba5f81b5cf 100644
--- a/test/Transforms/SimplifyCFG/PhiEliminate.ll
+++ b/test/Transforms/SimplifyCFG/PhiEliminate.ll
@@ -31,6 +31,7 @@ F:
call void %use(int %I4)
call void %use(int %I5)
call void %use(int %I6)
+ call void %use(int %I7)
ret void
}