silence a bogus gcc warning

llvm-svn: 26953
This commit is contained in:
Chris Lattner 2006-03-22 17:27:24 +00:00
parent 6f682b79af
commit 7d80b4f366
1 changed files with 2 additions and 2 deletions

View File

@ -1223,8 +1223,8 @@ namespace {
return LV > RV;
else
return ALV < ARV;
} else
return (LHSC && !RHSC);
}
return (LHSC && !RHSC);
}
};
}