1 ; RUN: opt -S -prune-eh < %s | FileCheck %s
2 ; RUN: opt -S -passes='function-attrs,function(simplify-cfg)' < %s | FileCheck %s
4 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5 target triple = "x86_64-unknown-linux-gnu"
9 call void asm sideeffect "ret\0A\09", "~{dirflag},~{fpsr},~{flags}"()
19 ; CHECK-LABEL: define i32 @g()
22 attributes #0 = { naked noinline }