summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-13 05:43:33 +0000
committerChris Lattner <sabre@nondot.org>2009-08-13 05:43:33 +0000
commitbf04f7259212ced4964ab47e1286968951e2e7df (patch)
treedd9de94693d85b50884d1e3855a0619167a719ac /test/CodeGen/PowerPC
parente3736f86caae62b691ad5be960e724fe0bf52dbd (diff)
downloadllvm-bf04f7259212ced4964ab47e1286968951e2e7df.tar.gz
llvm-bf04f7259212ced4964ab47e1286968951e2e7df.tar.bz2
llvm-bf04f7259212ced4964ab47e1286968951e2e7df.tar.xz
fix typo, add 10.6 version of test for my previous patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC')
-rw-r--r--test/CodeGen/PowerPC/2008-12-12-EH.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/2008-12-12-EH.ll b/test/CodeGen/PowerPC/2008-12-12-EH.ll
index 21218f55f0..1e2a2e42d0 100644
--- a/test/CodeGen/PowerPC/2008-12-12-EH.ll
+++ b/test/CodeGen/PowerPC/2008-12-12-EH.ll
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin10 | grep ^L__Z1fv.eh
define void @_Z1fv() {
entry: