diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-02 15:58:16 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-02 15:58:16 +0000 |
| commit | 5164e6e8b2362265990e99de419308e483e2c61d (patch) | |
| tree | 87db9952e0686d48efad1e6a9f1ace4327e155a2 /llvm/test/CodeGen | |
| parent | e4066709547bd590a102da8f2af9fbe8b38a9f0f (diff) | |
| download | bcm5719-llvm-5164e6e8b2362265990e99de419308e483e2c61d.tar.gz bcm5719-llvm-5164e6e8b2362265990e99de419308e483e2c61d.zip | |
Add 130690 back.
llvm-svn: 130693
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc-prologue.ll | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll b/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll index 2315e36ff46..a2a5e9e3964 100644 --- a/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll +++ b/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh +; RUN: llc < %s -disable-cfi -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh define void @_Z1fv() { entry: diff --git a/llvm/test/CodeGen/PowerPC/ppc-prologue.ll b/llvm/test/CodeGen/PowerPC/ppc-prologue.ll index 2ebfd3c319f..553837121a3 100644 --- a/llvm/test/CodeGen/PowerPC/ppc-prologue.ll +++ b/llvm/test/CodeGen/PowerPC/ppc-prologue.ll @@ -5,9 +5,7 @@ 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-NEXT: Ltmp0: -; CHECK-NEXT: mr r31, r1 -; CHECK-NEXT: Ltmp1: +; CHECK: mr r31, r1 entry: %a_addr = alloca i32 ; <i32*> [#uses=2] %retval = alloca i32 ; <i32*> [#uses=2] |

