]> granicus.if.org Git - clang/commitdiff
Fix a warning on a test.
authorJohn McCall <rjmccall@apple.com>
Tue, 3 Aug 2010 22:49:45 +0000 (22:49 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 3 Aug 2010 22:49:45 +0000 (22:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110165 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/unwind-attr.c

index 7b34ae207e106df3f8b4203cb8a902c6f0b19b81..459176cdf77337c5ceaa522eee3359ac18d63d85 100644 (file)
@@ -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;
 }