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