From 394ad59d90790bf6a2aa4f6322c77adc510fb39c Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Thu, 1 Mar 2012 17:30:32 +0000 Subject: Add missing triple for tests. Make darwin bots happier. llvm-svn: 151813 --- llvm/test/CodeGen/ARM/log2_not_readnone.ll | 2 +- llvm/test/CodeGen/X86/log2_not_readnone.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test') diff --git a/llvm/test/CodeGen/ARM/log2_not_readnone.ll b/llvm/test/CodeGen/ARM/log2_not_readnone.ll index 4d567eda65d..8068abdff90 100644 --- a/llvm/test/CodeGen/ARM/log2_not_readnone.ll +++ b/llvm/test/CodeGen/ARM/log2_not_readnone.ll @@ -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). diff --git a/llvm/test/CodeGen/X86/log2_not_readnone.ll b/llvm/test/CodeGen/X86/log2_not_readnone.ll index a971b0b442f..5620835d7ba 100644 --- a/llvm/test/CodeGen/X86/log2_not_readnone.ll +++ b/llvm/test/CodeGen/X86/log2_not_readnone.ll @@ -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). -- cgit v1.2.3