blob: 62d8e1e53a2d369bd47812d8b20df40d785b4c7c [file] [log] [blame]
; RUN: opt -S -passes=openmp-opt < %s | FileCheck %s
; Make sure nvvm.annotations isn't introduced into the module
; CHECK-NOT: nvvm
define amdgpu_kernel void @foo() {
ret void
}
!llvm.module.flags = !{!0}
!0 = !{i32 7, !"openmp", i32 50}