mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 22:26:14 +00:00
Fix a bug in the RUN line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22945 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7340dd5d2e
commit
2cfd128bec
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel grep sh[lr]d | wc -l | grep 5
|
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep sh[lr]d | wc -l | grep 5
|
||||||
|
|
||||||
long %test1(long %X, ubyte %C) {
|
long %test1(long %X, ubyte %C) {
|
||||||
%Y = shl long %X, ubyte %C
|
%Y = shl long %X, ubyte %C
|
||||||
|
Loading…
Reference in New Issue
Block a user