• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -march=alpha | grep mb
2
3define void @test() {
4	fence seq_cst
5	ret void
6}
7