ARM STRH encoding information.
[oota-llvm.git] / lib / Target / ARM / ARMCodeEmitter.cpp
index 1d3e31015959603d548f921e460d7142a2b63902..49d8ade4fc65eb45092d89ea290d8f1f7d049a0d 100644 (file)
@@ -202,6 +202,8 @@ namespace {
       Binary |= (Reg << 13);
       return Binary;
     }
+    uint32_t getAddrMode3OpValue(const MachineInstr &MI, unsigned Op) const
+      { return 0; }
     uint32_t getAddrMode5OpValue(const MachineInstr &MI, unsigned Op) const {
       // {12-9}  = reg
       // {8}     = (U)nsigned (add == '1', sub == '0')