mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
563ba88392
llvm-svn: 8558
8 lines
137 B
LLVM
8 lines
137 B
LLVM
; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep sub
|
|
|
|
void %test3(int, int) {
|
|
add int 0, 0
|
|
sub int 0, 4
|
|
ret void
|
|
}
|