From: Chris Lattner Date: Tue, 16 Apr 2002 21:31:08 +0000 (+0000) Subject: Fix for buggy test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0ed483398664328fa68f0def0db4224ea8757825;p=oota-llvm.git Fix for buggy test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2267 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Feature/small.ll b/test/Feature/small.ll index 9e98de4991e..59e6b1197c0 100644 --- a/test/Feature/small.ll +++ b/test/Feature/small.ll @@ -5,6 +5,6 @@ implementation int "foo"(int %in) begin label: - ret void + ret int 2 end