diff options
Diffstat (limited to 'clang/test/CodeGenCXX/aarch64-neon.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/aarch64-neon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/aarch64-neon.cpp b/clang/test/CodeGenCXX/aarch64-neon.cpp index fc7de1ddfac..8929c170432 100644 --- a/clang/test/CodeGenCXX/aarch64-neon.cpp +++ b/clang/test/CodeGenCXX/aarch64-neon.cpp @@ -1,4 +1,4 @@ -// REQUIRES: arm64-registered-target +// REQUIRES: aarch64-registered-target // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \ // RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s |