diff options
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 7e81e02073..c440caf27a 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -770,6 +770,8 @@ public: case ISD::AND: case ISD::OR: case ISD::XOR: + case ISD::SADDO: + case ISD::UADDO: case ISD::ADDC: case ISD::ADDE: return true; default: return false; |