blob: b56c22abc6ddd59ae829c7c3b424de166c5bb303 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh
2; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
Rafael Espindola1a931842008-12-19 10:55:56 +00003
4define void @_Z1fv() {
5entry:
6 br label %return
7
8return:
9 ret void
10}