1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/Regression/Transforms/SCCP/2002-05-02-MissSecondInst.ll
2003-06-28 23:23:34 +00:00

8 lines
127 B
LLVM

; RUN: as < %s | opt -sccp | dis | not grep sub
void %test3(int, int) {
add int 0, 0
sub int 0, 4
ret void
}