From: Bill Wendling Date: Fri, 19 Apr 2013 21:24:51 +0000 (+0000) Subject: Try explicitly setting the target triple to see if this gets it to pass on ARM. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9c32678668586cc36f0b7b53a056be28c3d24adf;p=oota-llvm.git Try explicitly setting the target triple to see if this gets it to pass on ARM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179890 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/MergeFunc/inttoptr.ll b/test/Transforms/MergeFunc/inttoptr.ll index ce8e5876c0b..07f8a64a7db 100644 --- a/test/Transforms/MergeFunc/inttoptr.ll +++ b/test/Transforms/MergeFunc/inttoptr.ll @@ -1,4 +1,4 @@ -; RUN: opt -mergefunc -S < %s | FileCheck %s +; RUN: opt -mtriple i386-pc-linux-gnu -mergefunc -S < %s | FileCheck %s ; PR15185 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32-S128" target triple = "i386-pc-linux-gnu"