summaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-reduce/remove-module-inline-asm.ll
blob: fa4dba8551f1060b528e3e338eda5589e8f7e0bd (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llvm-reduce --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
; RUN: FileCheck --check-prefix=CHECK-FINAL %s < %t

; CHECK-INTERESTINGNESS: declare

; CHECK-FINAL-NOT: module asm
; CHECK-FINAL: declare void @g

module asm "foo"

declare void @g()