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