Remove llvm-upgrade and update tests.
llvm-svn: 48103
diff --git a/llvm/test/Transforms/IndVarsSimplify/variable-stride-ivs.ll b/llvm/test/Transforms/IndVarsSimplify/variable-stride-ivs.ll
index dc86f1e..759ba8e 100644
--- a/llvm/test/Transforms/IndVarsSimplify/variable-stride-ivs.ll
+++ b/llvm/test/Transforms/IndVarsSimplify/variable-stride-ivs.ll
@@ -3,6 +3,7 @@
; Test that -indvars can reduce variable stride IVs. If it can reduce variable
; stride iv's, it will make %iv. and %m.0.0 isomorphic to each other without
; cycles, allowing the tmp.21 subtraction to be eliminated.
+; END.
define void @vnum_test8(i32* %data) {
entry: