From: Ulrich Weigand Date: Mon, 7 Jul 2014 19:41:54 +0000 (+0000) Subject: [PowerPC] Fix testcase regression X-Git-Tag: android-x86-7.1-r4~59931 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=50e72958aaebfa849a9b43c44dbeb70dccab9413;p=android-x86%2Fexternal-llvm.git [PowerPC] Fix testcase regression Use -mcpu to avoid different codegen depending on host platform. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212478 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/ppc64-byval-align.ll b/test/CodeGen/PowerPC/ppc64-byval-align.ll index 1bbd6da85b2..0e73cf2b0e0 100644 --- a/test/CodeGen/PowerPC/ppc64-byval-align.ll +++ b/test/CodeGen/PowerPC/ppc64-byval-align.ll @@ -1,4 +1,4 @@ -; RUN: llc -O1 < %s -march=ppc64 | FileCheck %s +; RUN: llc -O1 < %s -march=ppc64 -mcpu=pwr7 | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu"