diff options
Diffstat (limited to 'test/CodeGen/arm64-lanes.c')
-rw-r--r-- | test/CodeGen/arm64-lanes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/arm64-lanes.c b/test/CodeGen/arm64-lanes.c index 8ab2bd4..4e80df9 100644 --- a/test/CodeGen/arm64-lanes.c +++ b/test/CodeGen/arm64-lanes.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -emit-llvm -o - %s | FileCheck %s -// RUN: %clang_cc1 -O3 -triple arm64_be-linux-gnu -target-feature +neon -ffreestanding -emit-llvm -o - %s | FileCheck %s --check-prefix CHECK-BE +// RUN: %clang_cc1 -O3 -triple aarch64_be-linux-gnu -target-feature +neon -ffreestanding -emit-llvm -o - %s | FileCheck %s --check-prefix CHECK-BE #include <arm_neon.h> |