From 03b0df95cdef76fcdbad84bb10817733bd03220f Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 3 Aug 2010 22:49:45 +0000 Subject: [PATCH] Fix a warning on a test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110165 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/unwind-attr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/unwind-attr.c b/test/CodeGen/unwind-attr.c index 7b34ae207e..459176cdf7 100644 --- a/test/CodeGen/unwind-attr.c +++ b/test/CodeGen/unwind-attr.c @@ -13,4 +13,5 @@ int test0(void) { // CHECK: define [[INT:i.*]] @test1() nounwind { // CHECK-NOEXC: define [[INT:i.*]] @test1() nounwind { int test1(void) { + return 0; } -- 2.40.0