Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5b51fd5b550a9589f95e677fca801cea565e8d9f
/
.
/
test
/
Feature
/
optnone.ll
blob: ec1d7232b363d939c3656cce8d01cb0bb78b5149 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; Check for the presence of attribute noopt in the disassembly.
; CHECK: @foo() #0
define
void
@foo
()
#
0
{
ret
void
}
; CHECK: attributes #0 = { optnone }
attributes
#
0
=
{
optnone
}