Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
index 2f062ea0becb7e34d33ba15286645ed274553e71..51d1205074820cfda2c1992283dee2ebc74fbce7 100644 (file)
@@ -176,9 +176,6 @@ namespace llvm {
       VMULLs,       // ...signed
       VMULLu,       // ...unsigned
 
-      UMLAL,        // 64bit Unsigned Accumulate Multiply
-      SMLAL,        // 64bit Signed Accumulate Multiply
-
       // Operands of the standard BUILD_VECTOR node are not legalized, which
       // is fine if BUILD_VECTORs are always lowered to shuffles or other
       // operations, but for ARM some BUILD_VECTORs are legal as-is and their