Changes in directory llvm/test/CodeGen/Generic:
2007-04-14-BitTestsBadMask.ll updated: 1.2 -> 1.3 --- Log message: For PR1319: http://llvm.org/PR1319 : Fix syntax of tests to ensure grep pattern is properly quoted. --- Diffs of the changes: (+2 -2) 2007-04-14-BitTestsBadMask.ll | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll diff -u llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll:1.2 llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll:1.3 --- llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll:1.2 Sat Apr 14 18:40:49 2007 +++ llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll Mon Apr 16 10:31:48 2007 @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86 | grep '8388635' && -; RUN: llvm-as < %s | llc -march=x86-64 | grep '4294981120' +; RUN: llvm-as < %s | llc -march=x86 | grep 8388635 && +; RUN: llvm-as < %s | llc -march=x86-64 | grep 4294981120 ; PR 1325 ; FIXME: this is xfailed until we figure out ppc bootstrap _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits