summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-02 15:42:31 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-02 15:42:31 +0000
commitb2d7336fde9bc545dbcf5f47d4d1140f28a8918e (patch)
tree299724bd2040f14aef0d6786e50ef5a92bf20b2d /test/CodeGen/PowerPC
parent433771c514fbb871f251119f3815c45b29385dc6 (diff)
downloadllvm-b2d7336fde9bc545dbcf5f47d4d1140f28a8918e.tar.gz
llvm-b2d7336fde9bc545dbcf5f47d4d1140f28a8918e.tar.bz2
llvm-b2d7336fde9bc545dbcf5f47d4d1140f28a8918e.tar.xz
Revert while I debug the tests that use march but not mtriple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC')
-rw-r--r--test/CodeGen/PowerPC/2008-12-12-EH.ll2
-rw-r--r--test/CodeGen/PowerPC/ppc-prologue.ll4
2 files changed, 4 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2008-12-12-EH.ll b/test/CodeGen/PowerPC/2008-12-12-EH.ll
index a2a5e9e396..2315e36ff4 100644
--- a/test/CodeGen/PowerPC/2008-12-12-EH.ll
+++ b/test/CodeGen/PowerPC/2008-12-12-EH.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -disable-cfi -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
define void @_Z1fv() {
entry:
diff --git a/test/CodeGen/PowerPC/ppc-prologue.ll b/test/CodeGen/PowerPC/ppc-prologue.ll
index 553837121a..2ebfd3c319 100644
--- a/test/CodeGen/PowerPC/ppc-prologue.ll
+++ b/test/CodeGen/PowerPC/ppc-prologue.ll
@@ -5,7 +5,9 @@ define i32 @_Z4funci(i32 %a) ssp {
; CHECK-NEXT: stw r31, -4(r1)
; CHECK-NEXT: stw r0, 8(r1)
; CHECK-NEXT: stwu r1, -80(r1)
-; CHECK: mr r31, r1
+; CHECK-NEXT: Ltmp0:
+; CHECK-NEXT: mr r31, r1
+; CHECK-NEXT: Ltmp1:
entry:
%a_addr = alloca i32 ; <i32*> [#uses=2]
%retval = alloca i32 ; <i32*> [#uses=2]