From 0034f32d6d85d7f21cf04c82083860cdb2fe1ddb Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 26 Sep 2022 19:08:01 +0100 Subject: Update MLIR files and include LLVM directory --- test/Standalone/dummy.mlir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Standalone/dummy.mlir') diff --git a/test/Standalone/dummy.mlir b/test/Standalone/dummy.mlir index ada4280..cb688d2 100644 --- a/test/Standalone/dummy.mlir +++ b/test/Standalone/dummy.mlir @@ -2,8 +2,8 @@ module { // CHECK-LABEL: func @bar() - func @bar() { - %0 = constant 1 : i32 + func.func @bar() { + %0 = arith.constant 1 : i32 // CHECK: %{{.*}} = standalone.foo %{{.*}} : i32 %res = standalone.foo %0 : i32 return -- cgit