Home | History | Annotate | Download | only in Alpha
      1 ; RUN: llc < %s -march=alpha | grep mb
      2 
      3 define void @test() {
      4 	fence seq_cst
      5 	ret void
      6 }
      7