Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
34c4485b7479a12b5ef1cb15d27e96277e8a499a
/
.
/
test
/
Transforms
/
FunctionAttrs
/
2010-10-30-volatile.ll
blob: f21fabc493c73f9c35d3615065976d1868dad07e [
file
] [
log
] [
blame
]
; RUN: opt < %s -functionattrs -S | FileCheck %s
; PR8279
@g
=
constant
i32
1
define
void
@foo
()
{
; CHECK: void @foo() {
%tmp
=
volatile
load
i32
*
@g
ret
void
}