mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 12:16:08 +00:00
5 lines
113 B
LLVM
5 lines
113 B
LLVM
; RUN: opt -S -o - -passes=function-attrs %s | FileCheck %s
|
|
|
|
; CHECK-NOT: readnone
|
|
declare void @llvm.assume(i1)
|