Sign in
cobalt
/
cobalt
/
3dc8b3855f2b32702936add58a952cac6687ac3d
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
X86
/
barrier.ll
blob: 9031a0eb0129fb6ef1ca7b6e53f106f360e5dcce [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=i686-- -mattr=-sse2 | FileCheck %s
define
void
@test
()
{
; CHECK: lock
fence
seq_cst
ret
void
}