projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62ad138
)
Fix the RUN lines so that this test actually tests.
author
Dan Gohman
<gohman@apple.com>
Tue, 14 Apr 2009 22:50:17 +0000
(22:50 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 14 Apr 2009 22:50:17 +0000
(22:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69096
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/h-registers-2.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/h-registers-2.ll
b/test/CodeGen/X86/h-registers-2.ll
index 12236a25544863e1020452cdf051cdb854634cb7..55415832397429a461c63931e55d88db00a0e4e8 100644
(file)
--- a/
test/CodeGen/X86/h-registers-2.ll
+++ b/
test/CodeGen/X86/h-registers-2.ll
@@
-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).