summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/i8_VarArg.ll
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-11-25 20:30:59 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-11-25 20:30:59 +0000
commit207c13f254b84d8eacfaa2943914e757a9764706 (patch)
tree6844355eaf0506670d9718900fa8edb54c921628 /llvm/test/CodeGen/Hexagon/i8_VarArg.ll
parent1393477fd778c28be3529a4ac99056f1741bccbc (diff)
downloadbcm5719-llvm-207c13f254b84d8eacfaa2943914e757a9764706.tar.gz
bcm5719-llvm-207c13f254b84d8eacfaa2943914e757a9764706.zip
Add hexagonv55 and hexagonv60 as recognized CPUs, make v60 the default
llvm-svn: 254089
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/i8_VarArg.ll')
-rw-r--r--llvm/test/CodeGen/Hexagon/i8_VarArg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/i8_VarArg.ll b/llvm/test/CodeGen/Hexagon/i8_VarArg.ll
index c40a6a95727..1353de47a97 100644
--- a/llvm/test/CodeGen/Hexagon/i8_VarArg.ll
+++ b/llvm/test/CodeGen/Hexagon/i8_VarArg.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=hexagon < %s | FileCheck %s
+; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
; CHECK: call __hexagon_{{[A-Z_a-z0-9]+}}
@a_str = internal constant [8 x i8] c"a = %f\0A\00"
OpenPOWER on IntegriCloud