aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/mb.ll
blob: 3268c541b23b50e378550d09824c4328fa3da99d (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=alpha | grep mb

define void @test() {
	fence seq_cst
	ret void
}