OSDN Git Service

[PowerPC] Fix testcase regression
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 7 Jul 2014 19:41:54 +0000 (19:41 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 7 Jul 2014 19:41:54 +0000 (19:41 +0000)
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

index 1bbd6da..0e73cf2 100644 (file)
@@ -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"