fix typo, add 10.6 version of test for my previous patch.
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-12-12-EH.ll
1 ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh
2 ; RUN: llvm-as < %s | llc  -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
3 ; RUN: llvm-as < %s | llc  -march=ppc32 -mtriple=powerpc-apple-darwin10 | grep ^L__Z1fv.eh
4
5 define void @_Z1fv() {
6 entry:
7         br label %return
8
9 return:
10         ret void
11 }