Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM."
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
index 94b6ec622147fca29f5e4059d53d57b0712edc39..c0b329c5a1e587faffdab4554fbf4280e42eab31 100644 (file)
@@ -189,10 +189,6 @@ namespace llvm {
       // Vector bitwise select
       VBSL,
 
-      // Pseudo-instruction representing a memory copy using ldm/stm
-      // instructions.
-      MCOPY,
-
       // Vector load N-element structure to all lanes:
       VLD2DUP = ISD::FIRST_TARGET_MEMORY_OPCODE,
       VLD3DUP,