diff options
| author | Quentin Colombet <qcolombet@apple.com> | 2014-04-15 19:09:58 +0000 |
|---|---|---|
| committer | Quentin Colombet <qcolombet@apple.com> | 2014-04-15 19:09:58 +0000 |
| commit | 9d8105130aa968e241d0b380ce53120188801e9d (patch) | |
| tree | 99a1e2ad72d08ef0bf08b734aaba4a982562c723 /clang/test/CodeGen | |
| parent | 72dad56c53c89d0225c17985bb859fb8b0cd1daf (diff) | |
| download | bcm5719-llvm-9d8105130aa968e241d0b380ce53120188801e9d.tar.gz bcm5719-llvm-9d8105130aa968e241d0b380ce53120188801e9d.zip | |
[ARM64] Update tests to reflect the change of the default CPU in llvm.
llvm-svn: 206314
Diffstat (limited to 'clang/test/CodeGen')
| -rw-r--r-- | clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c | 2 | ||||
| -rw-r--r-- | clang/test/CodeGen/arm64_vecCmpBr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c b/clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c index 0293e983c27..cbbdff8fc84 100644 --- a/clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c +++ b/clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c @@ -2,7 +2,7 @@ // REQUIRES: arm64-registered-target // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon \ // RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s -// RUN: %clang_cc1 -triple arm64-none-linux-gnu \ +// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-cpu cyclone \ // RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s // Test new aarch64 intrinsics and types diff --git a/clang/test/CodeGen/arm64_vecCmpBr.c b/clang/test/CodeGen/arm64_vecCmpBr.c index ba67496e3e7..779c6ef7111 100644 --- a/clang/test/CodeGen/arm64_vecCmpBr.c +++ b/clang/test/CodeGen/arm64_vecCmpBr.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -S -ffreestanding %s -o - | FileCheck %s +// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -S -ffreestanding %s -o - -target-cpu cyclone | FileCheck %s // REQUIRES: arm64-registered-target // test code generation for <rdar://problem/11487757> #include <arm_neon.h> |

