For PR1319: Upgrade to new test harness.
[oota-llvm.git] / test / CodeGen / X86 / 2004-04-09-SameValueCoalescing.llx
index 83434f99fc7470b564eefaca4972833766f4f298..52c5da4ede04778b32b1780a2cc0a53a2e1250d4 100644 (file)
@@ -2,7 +2,8 @@
 ; overlapping live intervals. When two overlapping intervals have the same
 ; value, they can be joined though.
 ;
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -regalloc=linearscan | not grep 'mov %[A-Z]\{2,3\}, %[A-Z]\{2,3\}'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -regalloc=linearscan | \
+; RUN:   not grep {mov %\[A-Z\]\\\{2,3\\\}, %\[A-Z\]\\\{2,3\\\}}
 
 long %test(long %x) {
 entry: