add rdar # I accidentally lost.

llvm-svn: 83942
This commit is contained in:
Chris Lattner 2009-10-13 04:57:27 +00:00
parent af066d818c
commit a611b45806
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void t5() {
int fn1() __attribute__ ((warn_unused_result)); int fn1() __attribute__ ((warn_unused_result));
int fn2() __attribute__ ((pure)); int fn2() __attribute__ ((pure));
int fn3() __attribute__ ((const)); int fn3() __attribute__ ((const));
// rdar://6587766
int t6() { int t6() {
if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings
return -1; return -1;