mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
b6a27ed83f
llvm-svn: 48762
8 lines
140 B
LLVM
8 lines
140 B
LLVM
; RUN: llvm-as < %s | llc -march=ppc32
|
|
|
|
define void @main() {
|
|
%tr4 = shl i64 1, 0 ; <i64> [#uses=0]
|
|
ret void
|
|
}
|
|
|