Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
[oota-llvm.git] / utils / TableGen / IntrinsicEmitter.cpp
index 9c4338e2eb98319956860a03745681f4738ba109..7883e7ca655d9c91c8606a586616f9cf6b0886d8 100644 (file)
@@ -222,7 +222,7 @@ namespace {
           return (*LHSVec)[i]->getName() < (*RHSVec)[i]->getName();
       } while (++i != LHSSize);
 
-      if (i != RHSSize) return false;
+      if (i != RHSSize) return true;
 
       i = 0;
       LHSVec = &LHS.second;