blob: 3268c541b23b50e378550d09824c4328fa3da99d [file] [log] [blame]
; RUN: llc < %s -march=alpha | grep mb
define void @test() {
fence seq_cst
ret void
}