[cfe-commits] r76691 - /cfe/trunk/test/PCH/functions.c

Mike Stump mrs at apple.com
Tue Jul 21 16:52:50 PDT 2009


Author: mrs
Date: Tue Jul 21 18:52:50 2009
New Revision: 76691

URL: http://llvm.org/viewvc/llvm-project?rev=76691&view=rev
Log:
Revert this, we can now avoid error cascades better.

Modified:
    cfe/trunk/test/PCH/functions.c

Modified: cfe/trunk/test/PCH/functions.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/functions.c?rev=76691&r1=76690&r2=76691&view=diff

==============================================================================
--- cfe/trunk/test/PCH/functions.c (original)
+++ cfe/trunk/test/PCH/functions.c Tue Jul 21 18:52:50 2009
@@ -12,7 +12,6 @@
     return f1(x, y);
   else
     return f1(x); // expected-error{{too few arguments to function call}}
-  return 0;
 }
 
 void test_g0(int *x, float * y) {





More information about the cfe-commits mailing list