mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
Another testcase
llvm-svn: 12802
This commit is contained in:
parent
5cbe216acd
commit
4b9e14ef40
@ -116,3 +116,11 @@ ubyte %test18(ubyte %A) {
|
||||
%C = add ubyte %B, 17 ; == sub ubyte 16, %A
|
||||
ret ubyte %C
|
||||
}
|
||||
|
||||
int %test19(bool %C) {
|
||||
%A = select bool %C, int 1000, int 10
|
||||
%V = add int %A, 123
|
||||
ret int %V
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user