aboutsummaryrefslogtreecommitdiffstats
path: root/test/Standalone/dummy.mlir
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-09-26 19:08:01 +0100
committerYann Herklotz <git@yannherklotz.com>2022-09-26 19:08:48 +0100
commit0034f32d6d85d7f21cf04c82083860cdb2fe1ddb (patch)
treef37f65190acd6040a262cdb7d2dbf6e2b17556f5 /test/Standalone/dummy.mlir
parentb018c1ef00eade87c9efbf48cc2e3466877ea79d (diff)
downloadgsa-mlir-0034f32d6d85d7f21cf04c82083860cdb2fe1ddb.tar.gz
gsa-mlir-0034f32d6d85d7f21cf04c82083860cdb2fe1ddb.zip
Update MLIR files and include LLVM directoryHEADmaster
Diffstat (limited to 'test/Standalone/dummy.mlir')
-rw-r--r--test/Standalone/dummy.mlir4
1 files changed, 2 insertions, 2 deletions
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