Add missing triple for tests.

Make darwin bots happier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2012-03-01 17:30:32 +00:00
parent b373647d47
commit 1e33b461b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc -march arm %s -o - | FileCheck %s
; RUN: llc -mtriple=arm-linux-gnueabi %s -o - | FileCheck %s
; Log2 and exp2 are string-matched to intrinsics. If they are not declared
; readnone, they can't be changed to intrinsics (because they can change errno).

View File

@ -1,4 +1,4 @@
; RUN: llc -march x86 %s -o - | FileCheck %s
; RUN: llc -mtriple=i386-linux-gnueabi %s -o - | FileCheck %s
; Log2 and exp2 are string-matched to intrinsics. If they are not declared
; readnone, they can't be changed to intrinsics (because they can change errno).