OSDN Git Service

Merge "Remove HNativeDebugInfo from start of basic blocks."
authorDavid Srbecky <dsrbecky@google.com>
Wed, 24 Feb 2016 10:23:50 +0000 (10:23 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 24 Feb 2016 10:23:50 +0000 (10:23 +0000)
1  2 
compiler/optimizing/code_generator_mips.cc
compiler/optimizing/code_generator_mips.h
compiler/optimizing/code_generator_mips64.cc
compiler/optimizing/code_generator_mips64.h
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86.h
compiler/optimizing/code_generator_x86_64.cc

@@@ -349,9 -349,11 +349,11 @@@ class CodeGeneratorMIPS64 : public Code
  
    void MoveFromReturnRegister(Location trg ATTRIBUTE_UNUSED,
                                Primitive::Type type ATTRIBUTE_UNUSED) OVERRIDE {
 -    UNIMPLEMENTED(FATAL);
 +    UNIMPLEMENTED(FATAL) << "Not implemented on MIPS64";
    }
  
+   void GenerateNop();
   private:
    // Labels for each block that will be compiled.
    Mips64Label* block_labels_;  // Indexed by block id.