Revert this, we can now avoid error cascades better.

llvm-svn: 76691
This commit is contained in:
Mike Stump 2009-07-21 23:52:50 +00:00
parent 5c1acd1f33
commit 93a7ed1fc7
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ float *test_f1(int val, double x, double y) {
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) {