Add support for Thumb2 encodings of NEON data processing instructions, using the...
[oota-llvm.git] / lib / Target / ARM / ARMCodeEmitter.cpp
index e85c7d92877592f2796977219aae5f531c043520..3cb0df54ab978390f4af3abebdb8454b762861ed 100644 (file)
@@ -161,6 +161,8 @@ namespace {
     //  are already handled elsewhere. They are placeholders to allow this
     //  encoder to continue to function until the MC encoder is sufficiently
     //  far along that this one can be eliminated entirely.
+    unsigned NEONThumb2DataIPostEncoder(const MachineInstr &MI, unsigned Val) 
+      const { return 0; }
     unsigned getBranchTargetOpValue(const MachineInstr &MI, unsigned Op)
       const { return 0; }
     unsigned getCCOutOpValue(const MachineInstr &MI, unsigned Op)