From 73fcc448d398e62f909f6c67240588179b3a2f43 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 12 Nov 2015 13:18:20 +0000 Subject: [PATCH] Remove mention of {ADD,SUB}_PARTS. They were removed in r26255. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252883 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/ISDOpcodes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index c7f54655f84..975bade748c 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -373,8 +373,7 @@ namespace ISD { SETCC, /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded - /// integer shift operations, just like ADD/SUB_PARTS. The operation - /// ordering is: + /// integer shift operations. The operation ordering is: /// [Lo,Hi] = op [LoLHS,HiLHS], Amt SHL_PARTS, SRA_PARTS, SRL_PARTS, -- 2.34.1