[llvm-commits] [llvm] r69096 - /llvm/trunk/test/CodeGen/X86/h-registers-2.ll
Dan Gohman
gohman at apple.com
Tue Apr 14 15:50:18 PDT 2009
Author: djg
Date: Tue Apr 14 17:50:17 2009
New Revision: 69096
URL: http://llvm.org/viewvc/llvm-project?rev=69096&view=rev
Log:
Fix the RUN lines so that this test actually tests.
Modified:
llvm/trunk/test/CodeGen/X86/h-registers-2.ll
Modified: llvm/trunk/test/CodeGen/X86/h-registers-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/h-registers-2.ll?rev=69096&r1=69095&r2=69096&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/h-registers-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/h-registers-2.ll Tue Apr 14 17:50:17 2009
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 > %t
-; grep {movzbl %\[abcd\]h,} %t | count 1
-; grep {shll \$3,} | count 1
+; RUN: grep {movzbl %\[abcd\]h,} %t | count 1
+; RUN: grep {shll \$3,} %t | count 1
; Use an h register, but don't omit the explicit shift for
; non-address use(s).
More information about the llvm-commits
mailing list