Sign in
ara-mdk
/
platform
/
external
/
llvm
/
09a01e92d09849cd8bd0e867ac68ab1da7efb26d
/
.
/
test
/
Transforms
/
FunctionAttrs
/
2010-10-30-volatile.ll
blob: 93991d21a1fa5337a5c0493daef01878cd27e62a [
file
] [
log
] [
blame
]
; RUN: opt < %s -functionattrs -S | FileCheck %s
; PR8279
@g
=
constant
i32
1
define
void
@foo
()
{
; CHECK: void @foo() {
%tmp
=
load
volatile
i32
*
@g
ret
void
}