Tanya Lattner | e7e3f2e | 2004-11-06 22:07:09 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s -o /dev/null -f |
2 | |||||
Chris Lattner | 6551ea9 | 2004-03-12 05:50:02 +0000 | [diff] [blame] | 3 | |
4 | |||||
5 | int %test(bool %C, int %V1, int %V2) { | ||||
6 | %X = select bool true, bool false, bool true | ||||
7 | %V = select bool %X, int %V1, int %V2 | ||||
8 | ret int %V | ||||
9 | } |