mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Revert while I debug the tests that use march but not mtriple.
llvm-svn: 130691
This commit is contained in:
parent
80af9a69e8
commit
b5ce7c77ac
@ -17,7 +17,7 @@ using namespace llvm;
|
||||
PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {
|
||||
PCSymbol = ".";
|
||||
CommentString = ";";
|
||||
ExceptionsType = ExceptionHandling::DwarfCFI;
|
||||
ExceptionsType = ExceptionHandling::DwarfTable;
|
||||
|
||||
if (!is64Bit)
|
||||
Data64bitsDirective = 0; // We can't emit a 64-bit unit in PPC32 mode.
|
||||
|
@ -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:
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user