From 50e72958aaebfa849a9b43c44dbeb70dccab9413 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Mon, 7 Jul 2014 19:41:54 +0000 Subject: [PATCH] [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 --- test/CodeGen/PowerPC/ppc64-byval-align.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.0