diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-11-25 20:30:59 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-11-25 20:30:59 +0000 |
commit | 207c13f254b84d8eacfaa2943914e757a9764706 (patch) | |
tree | 6844355eaf0506670d9718900fa8edb54c921628 /llvm/test/CodeGen/Hexagon/i8_VarArg.ll | |
parent | 1393477fd778c28be3529a4ac99056f1741bccbc (diff) | |
download | bcm5719-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.ll | 2 |
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" |