diff --git a/test/select.ll b/test/select.ll deleted file mode 100644 index 6be90ff0bdf..00000000000 --- a/test/select.ll +++ /dev/null @@ -1,136 +0,0 @@ -%AConst = constant int 123 - -implementation - -; A SetCC whose result is used should produce instructions to -; compute the boolean value in a register. One whose result -; is unused will only generate the condition code but not -; the boolean result. -; -void "unusedBool"(int * %x, int * %y) -begin -;