Changes in directory llvm/test/Regression/Verifier:
2006-10-15-AddrLabel.ll updated: 1.1 -> 1.2 --- Log message: Make sure this file gets upgraded with llvm-upgrade --- Diffs of the changes: (+2 -2) 2006-10-15-AddrLabel.ll | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Regression/Verifier/2006-10-15-AddrLabel.ll diff -u llvm/test/Regression/Verifier/2006-10-15-AddrLabel.ll:1.1 llvm/test/Regression/Verifier/2006-10-15-AddrLabel.ll:1.2 --- llvm/test/Regression/Verifier/2006-10-15-AddrLabel.ll:1.1 Sun Oct 15 18:26:28 2006 +++ llvm/test/Regression/Verifier/2006-10-15-AddrLabel.ll Sat Dec 2 14:42:32 2006 @@ -1,5 +1,5 @@ -; RUN: not llvm-as %s -o /dev/null -f && -; RUN: llvm-as %s -o /dev/null -f 2>&1 | grep 'Cannot form' +; RUN: llvm-upgrade %s | not llvm-as -o /dev/null -f && +; RUN: llvm-upgrade %s | llvm-as -o /dev/null -f 2>&1 | grep 'Cannot form' int %main() { %foo = call sbyte* %llvm.stacksave() _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits