Changes in directory llvm/test/Transforms/LICM:
scalar_promote.ll updated: 1.5 -> 1.6 --- Log message: Fix this test from Duncan's experiment. --- Diffs of the changes: (+1 -1) scalar_promote.ll | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Transforms/LICM/scalar_promote.ll diff -u llvm/test/Transforms/LICM/scalar_promote.ll:1.5 llvm/test/Transforms/LICM/scalar_promote.ll:1.6 --- llvm/test/Transforms/LICM/scalar_promote.ll:1.5 Mon Apr 16 10:15:52 2007 +++ llvm/test/Transforms/LICM/scalar_promote.ll Mon Apr 16 16:57:14 2007 @@ -1,5 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | opt -licm -stats |& \ -; RUN: grep {memory locations promoted to register} +; RUN: grep {memory locations promoted to register} %X = global int 7 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits