mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-03 09:28:58 +00:00
this test isn't testing what it thought it was
llvm-svn: 36088
This commit is contained in:
parent
e5e75c56db
commit
49c74d2ff7
@ -1,17 +0,0 @@
|
|||||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | not grep 'test.*AL' || \
|
|
||||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | not grep 'cmove.*EAX'
|
|
||||||
|
|
||||||
; This testcase was compiling to:
|
|
||||||
;
|
|
||||||
; _pypy_simple5:
|
|
||||||
; movl $13, %ecx
|
|
||||||
; movl $12, %eax
|
|
||||||
; movb 4(%esp), %al
|
|
||||||
; testb %al, %al ;; clobber EAX!
|
|
||||||
; cmove %ecx, %eax
|
|
||||||
; ret
|
|
||||||
|
|
||||||
int %pypy_simple5(bool %b_4787) {
|
|
||||||
%retval = select bool %b_4787, int 12, int 13 ; <int> [#uses=1]
|
|
||||||
ret int %retval
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user