Forgot to check in the changes. Fix test case so it doesn't break with any scheduling...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 25 Sep 2007 17:47:38 +0000 (17:47 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 25 Sep 2007 17:47:38 +0000 (17:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42302 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-11-17-IllegalMove.ll

index 6a8609e1d47cdf97fb358c0eca27e466518d299a..8b41a599a9cd9724f3875732aac219a23985856a 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86-64 | \
-; RUN:   not grep {movb        %sil, %ah}
+; RUN:   grep movb | count 2
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86-64 | \
-; RUN:   grep {movzbw  %al, %ax}
+; RUN:   grep movzbw
 
 void %handle_vector_size_attribute() {
 entry: