forked from OSchip/llvm-project
parent
8cc95f24a7
commit
aac115a8e5
|
@ -1,7 +1,6 @@
|
|||
; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
|
||||
|
||||
|
||||
|
||||
int %test(bool %C, int %V1, int %V2) {
|
||||
%X = select bool true, bool false, bool true
|
||||
%V = select bool %X, int %V1, int %V2
|
||||
|
|
Loading…
Reference in New Issue