summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/barrier.ll
blob: 9031a0eb0129fb6ef1ca7b6e53f106f360e5dcce (plain)
1
2
3
4
5
6
7
; RUN: llc < %s -mtriple=i686-- -mattr=-sse2 | FileCheck %s

define void @test() {
; CHECK: lock
	fence seq_cst
	ret void
}
OpenPOWER on IntegriCloud