aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-11-17-IllegalMove.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-09-25 17:47:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-09-25 17:47:38 +0000
commit6ee23ad74b562ab33d922922c67e01f88ecfec1e (patch)
tree071a14e66ad147d038fce43b40323508bce9877a /test/CodeGen/X86/2006-11-17-IllegalMove.ll
parent1c01350f0fa65771c626227dc00d6055a940a869 (diff)
downloadexternal_llvm-6ee23ad74b562ab33d922922c67e01f88ecfec1e.zip
external_llvm-6ee23ad74b562ab33d922922c67e01f88ecfec1e.tar.gz
external_llvm-6ee23ad74b562ab33d922922c67e01f88ecfec1e.tar.bz2
Forgot to check in the changes. Fix test case so it doesn't break with any scheduling changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-11-17-IllegalMove.ll')
-rw-r--r--test/CodeGen/X86/2006-11-17-IllegalMove.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2006-11-17-IllegalMove.ll b/test/CodeGen/X86/2006-11-17-IllegalMove.ll
index 6a8609e..8b41a59 100644
--- a/test/CodeGen/X86/2006-11-17-IllegalMove.ll
+++ b/test/CodeGen/X86/2006-11-17-IllegalMove.ll
@@ -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: