aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/SafeStack/X86/missing-analysis.ll
blob: 87c9080aa6afb95cf5a2f1c4218bbac22b80d132 (plain)
1
2
3
4
5
6
; RUN: not opt -mtriple=x86_64-- -passes=safe-stack -disable-output %s 2>&1 | FileCheck %s

; CHECK: 'LibcallLoweringModuleAnalysis' analysis required
define void @empty() safestack {
  ret void
}