Files
linux-packaging-mono/external/llvm-project/llvm/test/Transforms/FunctionAttrs/assume.ll

5 lines
105 B
LLVM
Raw Normal View History

; RUN: opt -S -o - -functionattrs %s | FileCheck %s
; CHECK-NOT: readnone
declare void @llvm.assume(i1)