mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Add a missing testcase
llvm-svn: 26834
This commit is contained in:
parent
f4774c9091
commit
079b67fb45
6
test/Regression/CodeGen/PowerPC/neg.ll
Normal file
6
test/Regression/CodeGen/PowerPC/neg.ll
Normal file
@ -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
Block a user