silence a bogus gcc warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-03-22 17:27:24 +00:00
parent f2722ca339
commit 035c6a2356

View File

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