[llvm-commits] CVS: llvm/test/Regression/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll
Chris Lattner
lattner at cs.uiuc.edu
Thu Nov 7 18:32:01 PST 2002
Changes in directory llvm/test/Regression/Transforms/FunctionResolve:
2002-11-07-RetMismatch.ll updated: 1.1 -> 1.2
---
Log message:
Fix predicate
---
Diffs of the changes:
Index: llvm/test/Regression/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll
diff -u llvm/test/Regression/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll:1.1 llvm/test/Regression/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll:1.2
--- llvm/test/Regression/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll:1.1 Thu Nov 7 18:22:07 2002
+++ llvm/test/Regression/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll Thu Nov 7 18:31:27 2002
@@ -1,4 +1,4 @@
-; RUN: if as < %s | opt -funcresolve -globaldce | dis | grep declare
+; RUN: if as < %s | opt -funcresolve -funcresolve | dis | grep declare
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi
More information about the llvm-commits
mailing list