From 3a9b031848254217ead60103d32c75c0e4cea74d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 1 Aug 2002 20:48:21 +0000 Subject: [PATCH] Make testcase legal LLVM llvm-svn: 3201 --- llvm/test/Regression/LLC/select.ll | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/llvm/test/Regression/LLC/select.ll b/llvm/test/Regression/LLC/select.ll index 973bc7e88eb7..f8454598d045 100644 --- a/llvm/test/Regression/LLC/select.ll +++ b/llvm/test/Regression/LLC/select.ll @@ -88,24 +88,20 @@ end ; 1. can be folded ; 2. cannot be folded because result of comparison is used twice ; -void "testbool"(int, int) ; Def %0, %1 - const int 0 ; Def 2 - const int -4 ; Def 3 -begin -;