diff options
-rw-r--r-- | utils/TableGen/IntrinsicEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/IntrinsicEmitter.cpp b/utils/TableGen/IntrinsicEmitter.cpp index 9c4338e..7883e7c 100644 --- a/utils/TableGen/IntrinsicEmitter.cpp +++ b/utils/TableGen/IntrinsicEmitter.cpp @@ -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; |