summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/ctrloop-fp64.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-05-16 20:28:05 +0000
committerHal Finkel <hfinkel@anl.gov>2013-05-16 20:28:05 +0000
commit778c73c56cba5ed07532c0d6ea6d3a7754688982 (patch)
treef7230ec3d824b6e9780cabaf68e8fe770700836c /llvm/test/CodeGen/PowerPC/ctrloop-fp64.ll
parent03f0fd37a9c82c617b9c662b6bfca1756faa5ac3 (diff)
downloadbcm5719-llvm-778c73c56cba5ed07532c0d6ea6d3a7754688982.tar.gz
bcm5719-llvm-778c73c56cba5ed07532c0d6ea6d3a7754688982.zip
Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.ll
We need ppc instead of generic to override native features on ppc machines. llvm-svn: 182049
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ctrloop-fp64.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/ctrloop-fp64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ctrloop-fp64.ll b/llvm/test/CodeGen/PowerPC/ctrloop-fp64.ll
index 313177c91e6..77555ac58de 100644
--- a/llvm/test/CodeGen/PowerPC/ctrloop-fp64.ll
+++ b/llvm/test/CodeGen/PowerPC/ctrloop-fp64.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=generic | FileCheck %s
+; RUN: llc < %s -mcpu=ppc | FileCheck %s
target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32"
target triple = "powerpc-unknown-linux-gnu"
OpenPOWER on IntegriCloud