Fix a typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Timur Iskhodzhanov 2014-11-20 11:48:58 +00:00
parent f9f464d44b
commit 6a490ac188

View File

@ -392,7 +392,7 @@ private:
/// it wasn't set before or if the new value is the same as the old one
bool setValueOnce(Value *NewVal) {
if(CompValue && CompValue != NewVal) return false;
return CompValue = NewVal;
return CompValue == NewVal;
}
/// Try to match Instruction "I" as a comparison against a constant and