From 571691598d229a4ffc3fac53bd146dcfca5a7a59 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Thu, 2 Jun 2022 15:04:10 +0100 Subject: [PATCH] Revert the slir example to use module instead of ns --- docs/examples/slir/hello_world.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/slir/hello_world.mlir b/docs/examples/slir/hello_world.mlir index ec33768..a000ee1 100644 --- a/docs/examples/slir/hello_world.mlir +++ b/docs/examples/slir/hello_world.mlir @@ -1,4 +1,4 @@ -serene.ns @some.ns { +module @some.ns { // Value operator ---- %0 = "serene.value"(){value= 3} : () -> i64 // compact form