Changes in directory llvm/test/Regression/Transforms/InstCombine:
add.ll updated: 1.33 -> 1.34 --- Log message: llvm upgrade doesn't accept 'define' --- Diffs of the changes: (+2 -1) add.ll | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/test/Regression/Transforms/InstCombine/add.ll diff -u llvm/test/Regression/Transforms/InstCombine/add.ll:1.33 llvm/test/Regression/Transforms/InstCombine/add.ll:1.34 --- llvm/test/Regression/Transforms/InstCombine/add.ll:1.33 Thu Jan 4 20:16:36 2007 +++ llvm/test/Regression/Transforms/InstCombine/add.ll Thu Jan 4 21:03:27 2007 @@ -1,5 +1,6 @@ ; This test makes sure that add instructions are properly eliminated. +; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output && ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep -v OK | not grep add implementation @@ -240,7 +241,7 @@ ret ubyte %C } -define i32 %test34(i32 %a) { ;; -> -1 +i32 %test34(i32 %a) { ;; -> -1 %tmpnot = xor i32 %a, -1 %tmp2 = add i32 %tmpnot, %a ret i32 %tmp2 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits