[Decompiler] Remove most IR1 Analysis (#207)

* temp

* remove some of ir1
This commit is contained in:
water111
2021-01-22 22:03:58 -05:00
committed by GitHub
parent 8135c18e91
commit 4a97e15b40
21 changed files with 6 additions and 4105 deletions
-1
View File
@@ -51,7 +51,6 @@ class LinkedObjectFile {
void process_fp_relative_links();
std::string print_scripts();
std::string print_disassembly();
std::string print_type_analysis_debug();
bool has_any_functions();
void append_word_to_string(std::string& dest, const LinkedWord& word) const;
std::string to_asm_json(const std::string& obj_file_name);