1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

this has now been fixed

llvm-svn: 21026
This commit is contained in:
Chris Lattner 2005-04-02 16:17:57 +00:00
parent 63f75bdf49
commit 0fa73a71ba

View File

@ -1,9 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -disable-pattern-isel=0 | grep sh[lr]d | wc -l | grep 5
; This is currently xfailed, because the expander for long shifts needed to
; change and the X86 BE was not updated to match. FIXME.
; XFAIL: *
long %test1(long %X, ubyte %C) {
%Y = shl long %X, ubyte %C
ret long %Y