From: Chris Lattner Date: Wed, 14 Aug 2002 19:29:32 +0000 (+0000) Subject: This file does not belong here. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a939a1e6645916622ab6f0741d6e4ed0abf55fa0;p=oota-llvm.git This file does not belong here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3332 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -;