forked from OSchip/llvm-project
parent
b09a56f3a4
commit
41767dd142
|
@ -0,0 +1,6 @@
|
|||
; RUN: llvm-as < %s | llc -march=ppc32 | grep neg
|
||||
|
||||
int %test(int %X) {
|
||||
%Y = sub int 0, %X
|
||||
ret int %Y
|
||||
}
|
Loading…
Reference in New Issue