summaryrefslogtreecommitdiff
path: root/src/trans/codegen_c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/trans/codegen_c.cpp')
-rw-r--r--src/trans/codegen_c.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trans/codegen_c.cpp b/src/trans/codegen_c.cpp
index e8643591..b942dae7 100644
--- a/src/trans/codegen_c.cpp
+++ b/src/trans/codegen_c.cpp
@@ -1596,7 +1596,7 @@ namespace {
m_of << Trans_Mangle( params.monomorph(m_resolve, e));
),
(BorrowData,
- MIR_TODO(*m_mir_res, "Handle BorrowData - " << *e);
+ MIR_TODO(*m_mir_res, "Handle BorrowData (emit_literal) - " << *e);
),
(String,
m_of << "{ ";
@@ -4096,7 +4096,7 @@ namespace {
}
),
(BorrowData,
- MIR_TODO(*m_mir_res, "Handle BorrowData - " << *e);
+ MIR_TODO(*m_mir_res, "Handle BorrowData (assign_from_literal) - " << *e);
),
(String,
emit_dst(); m_of << ".PTR = ";