diff options
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r-- | compiler/dex/mir_graph.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h index a3621967ea..e60172f553 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h @@ -377,7 +377,6 @@ class MIR : public ArenaObject<kArenaAllocMIR> { MIR* Copy(MIRGraph* mir_Graph); ExtendedMIR* extraData; - }; struct SuccessorBlockInfo; @@ -1302,7 +1301,7 @@ class MIRGraph { bool SupportMLA() QC_WEAK; void SetPassFail() { pass_failed_ = true; } - bool PassFailed() { return pass_failed_; }; + bool PassFailed() { return pass_failed_; } protected: int FindCommonParent(int block1, int block2); @@ -1520,7 +1519,6 @@ class MIRGraph { public: QCMIRGraph* qcm; - }; } // namespace art |