Break circular dependency between FIR dialect and utilities
[llvm-project.git] / flang / test / Fir / Todo / end.fir
blob667e396809b0ed8ce62e4457f7ac7b8eab1538fa
1 // RUN: %not_todo_cmd fir-opt --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" %s 2>&1 | FileCheck %s
3 // Test `fir.end` conversion to llvm.
4 // Not implemented yet.
6 func.func @end_test() {
7 // CHECK: not yet implemented: fir.end codegen
8   "fir.end"() : () -> ()