Set the mtriple in some tests so that they use AAPCS.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2010-06-15 20:42:00 +00:00
parent 9c4a84b4f3
commit 2bbaf4d06e
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mtriple=armv6-elf
; RUN: llc < %s -mtriple=arm-linux-gnueabi
; PR4528
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:64"

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mtriple=armv6-elf
; RUN: llc < %s -mtriple=arm-linux-gnueabi
; PR4528
define i32 @file_read_actor(i32 %desc, i32 %page, i32 %offset, i32 %size) nounwind optsize {

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=arm
; RUN: llc < %s -mtriple=arm-linux-gnueabi
; PR4528
; Inline asm is allowed to contain operands "=&r", "0".

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=arm
; RUN: llc < %s -mtriple=arm-linux-gnueabi
; PR4716
define void @_start() nounwind naked {