[cfe-commits] r110165 - /cfe/trunk/test/CodeGen/unwind-attr.c
John McCall
rjmccall at apple.com
Tue Aug 3 15:49:45 PDT 2010
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;
}
More information about the cfe-commits
mailing list