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

This should permit NOT and's, not even dead ones.

llvm-svn: 23199
This commit is contained in:
Chris Lattner 2005-09-02 00:13:56 +00:00
parent 983190ce4c
commit 0af4af9c55

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm r3, r3'
; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm'
int %test1(short %X) {
%Y = cast short %X to int ;; dead