Tidy up redundant check.

llvm-svn: 117331
This commit is contained in:
Bob Wilson 2010-10-26 00:02:19 +00:00
parent 8c0142fd62
commit 59f7cdaf98
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ public:
unsigned NumInstrs,
float Probability,
float Confidence) const {
return NumInstrs && NumInstrs == 1;
return NumInstrs == 1;
}
/// AnalyzeCompare - For a comparison instruction, return the source register