diff options
| author | gingerBill <bill@gingerbill.org> | 2021-02-23 15:45:06 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-02-23 15:45:06 +0000 |
| commit | 41b854f192a5a7d190a4b49496638254ed0dbb64 (patch) | |
| tree | 59b7268722a78eaa1e67b18d7527df9912b147ca /src/ir_print.cpp | |
| parent | 28f279329da6f31b895145b9a021bacc7d9eea45 (diff) | |
Remove `#opaque` types
Diffstat (limited to 'src/ir_print.cpp')
| -rw-r--r-- | src/ir_print.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ir_print.cpp b/src/ir_print.cpp index 905d18b79..bab68cadd 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -645,10 +645,6 @@ void ir_print_type(irFileBuffer *f, irModule *m, Type *t, bool in_struct) { return; } - case Type_Opaque: - ir_print_type(f, m, strip_opaque_type(t)); - return; - case Type_SimdVector: if (t->SimdVector.is_x86_mmx) { ir_write_str_lit(f, "x86_mmx"); |