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

New testcase

llvm-svn: 18373
This commit is contained in:
Chris Lattner 2004-11-30 06:35:52 +00:00
parent cfb870436f
commit 882a41720f

View File

@ -0,0 +1,6 @@
; RUN: llvm-as < %s | llc -march=ppc32
void %main() {
%tr1 = shr uint 1, ubyte 0
ret void
}