about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/gimple.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gimple.md b/doc/gimple.md
index 1bd8035e75d..e2ae93cf20d 100644
--- a/doc/gimple.md
+++ b/doc/gimple.md
@@ -34,6 +34,7 @@ also add the calls we need to generate the GIMPLE:
 int main() {
     gcc_jit_context *ctxt = gcc_jit_context_acquire();
     create_code(ctxt, NULL);
+    gcc_jit_context_compile(ctxt);
     gcc_jit_context_dump_to_file(ctxt, "tmp.gimple", 1);
     return 0;
 }