summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/shift-codegen.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 22:20:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 22:20:47 +0000
commit1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd (patch)
tree7dc2798ed09c4fee4b3b21a22cac44e21a6f8ff5 /llvm/test/CodeGen/X86/shift-codegen.ll
parent343c88cdb93ffdc3dc44473cb632b2447fa6517f (diff)
downloadbcm5719-llvm-1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd.tar.gz
bcm5719-llvm-1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd.zip
For PR1319: Upgrade to new test harness.
llvm-svn: 36091
Diffstat (limited to 'llvm/test/CodeGen/X86/shift-codegen.ll')
-rw-r--r--llvm/test/CodeGen/X86/shift-codegen.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/shift-codegen.ll b/llvm/test/CodeGen/X86/shift-codegen.ll
index 0195226bd5e..83235c0ff55 100644
--- a/llvm/test/CodeGen/X86/shift-codegen.ll
+++ b/llvm/test/CodeGen/X86/shift-codegen.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -relocation-model=static -march=x86 | grep 'shll $3' | wc -l | grep 2
+; RUN: llvm-as < %s | llc -relocation-model=static -march=x86 | \
+; RUN: grep {shll \$3} | wc -l | grep 2
; This should produce two shll instructions, not any lea's.
OpenPOWER on IntegriCloud