mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
remove dead args
llvm-svn: 22900
This commit is contained in:
parent
3ddfd4fb7e
commit
95a4e948da
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | llc -march=x86 -enable-pattern-isel=1 | grep 's[ah][rl]l' | wc -l | grep 1
|
; RUN: llvm-as < %s | llc -march=x86 | grep 's[ah][rl]l' | wc -l | grep 1
|
||||||
|
|
||||||
int* %test1(int *%P, uint %X) {
|
int* %test1(int *%P, uint %X) {
|
||||||
%Y = shr uint %X, ubyte 2
|
%Y = shr uint %X, ubyte 2
|
Loading…
x
Reference in New Issue
Block a user