Author: rjmccall
Date: Tue Aug 3 17:49:45 2010
New Revision: 110165
URL: http://llvm.org/viewvc/llvm-project?rev=110165&view=rev
Log:
Fix a warning on a test.
Modified:
cfe/trunk/test/CodeGen/unwind-attr.c
Modified: cfe/trunk/test/CodeGen/unwind-attr.c
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/unwind-attr.c?rev=110165&r1=110164&r2=110165&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/unwind-attr.c (original)
+++ cfe/trunk/test/CodeGen/unwind-attr.c Tue Aug 3 17:49:45 2010
@@ -13,4 +13,5 @@
// CHECK: define [[INT:i.*]] @test1() nounwind {
// CHECK-NOEXC: define [[INT:i.*]] @test1() nounwind {
int test1(void) {
+ return 0;
}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits